I know how to handle a button click on a toolbar button in the dialog callback but how do you define a toolbar (buttons) to have it's/their own callback(s).
I want to create an include file that will create a toolbar, manipulate it etc. So far I've got everthing neatly tucked away in a separate include except the WM_COMMAND stuff. It's still in the WM_COMMAND section of my DIALOG call back.
Bob Mechler
I want to create an include file that will create a toolbar, manipulate it etc. So far I've got everthing neatly tucked away in a separate include except the WM_COMMAND stuff. It's still in the WM_COMMAND section of my DIALOG call back.
Bob Mechler
Comment