|
-
May 9th, 1999, 03:07 PM
#1
How can create Push Button on ToolBar
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
-
May 10th, 1999, 07:25 AM
#2
Re: How can create Push Button on ToolBar
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
-
May 10th, 1999, 07:37 AM
#3
Have a look at this code-guru article
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|