Hi,
Help me please. I want to create Push Button on ToolBar and associate message OnClick.
What can I do.
Thank you in advance !!
Drago
Printable View
Hi,
Help me please. I want to create Push Button on ToolBar and associate message OnClick.
What can I do.
Thank you in advance !!
Drago
You can add a toolbar button to the toolbar as is done normally via the resource editor and then via the m_wndToolBar member of CMainFrame Class, use the SetSizes method to set the size of the button to that of a std pushbutton. Add a command handler for the associated ID
Hope this helps