Good tutorial to create Win32 toolbar? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionI want to add a toolbar and know which tool was clicked. I'd also 开发者_运维知识库like to be able to change the toolbar's buttons' bitmap after theyve been created MSDN is fairly breif on all of this. Thanks
If you like to learn by example then you may find this code useful. It's a Windows toolbar wrapper class I created some time ago. It's somewhat advanced though because it uses Custom Draw.
WindowsToolbar.h
WindowsToolbar.cpp
WindowsToolbarItem.h
WindowsToolbarItem.cpp
You might want to check out these tutorials.
Grz, Kris.
http://www.functionx.com/win32/
精彩评论