How to do a toolbar in win32?

  • Thread starter Thread starter jonwil
  • Start date Start date
J

jonwil

Guest
I have this program:

Radiation.jpg.3548f67f324d7c84f01399040ec5b88f.jpg

which has a toolbar at the top. Its using MFC CToolBar to do the toolbar. Does anyone know of a tutorial, helper code/classes or other information on how I can do a similar looking toolbar but using plain win32 API with no MFC at all? (the program I want to add the toolbar to is unrelated to the above program, I am using the screenshot as an example of the style of toolbar I want to replicate)

Continue reading...
 
Back
Top