Change icon on toolbar button?
- Posted by Mike <vulcan at win.co.nz> Jun 21, 2002
- 422 views
Derek, Matt or other Win32 experts, I am using a (normal) toolbar in a window. Is there someway of changing the bitmap that a button is created with? I have tried using.. sendMessage(TB, TB_CHANGEBITMAP, iControl, iIcon) ..but it did not work. In the win32.hlp file it looked like I might have to use an imagelist. How does this work for normal toolbars (I know it works for flat toolbars)? TIA Mike