Message handling
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have a dialog which I use as a toolbar. On this dialog are drawn buttons using the CreateWindow function so that they can be drawn dynamically and they are sent the BM_SETIMAGE so that I can draw a different bitmap on each. This all works fine, I can add and remove buttons anywhere I want on this toolbar dialog. This is probably a really simple question, how do I handle them being pressed? Thanks for any help in advance, Nick :confused: