Creating a Tabbed Dialog using the Windows API
An example demonstrating how to create and display a tab common control using WinAPI (Win32) C++ programming. Much credit needs to go to Ken Fitlike’s excellent WinAPI site, from which I orginally learned how to do stuff like this. I don’t think the site has been updated for a number of years but it contains …
Continue reading ‘Creating a Tabbed Dialog using the Windows API’ »