|
-
July 1st, 1999, 06:20 AM
#1
Tool Bar in a Dilalog Box
Hello,
How do I create a ToolBar inside a Dialog Box?
Thanks in advance,
-
July 1st, 1999, 07:28 AM
#2
Re: Tool Bar in a Dilalog Box
I'm not sure its possible to create toolbar inside the dialog box. I suggest you to customize a CDialog to look like a dialog box.
I hope that this will help you, Sasa
-
July 1st, 1999, 07:35 AM
#3
Re: Tool Bar in a Dilalog Box
Hi.
Check out this article for more info on adding a toolbar to a dialog-based application:
http://www.codeguru.com/dialog/dlgtoolbar.shtml
Best Regards
Jonas Pettersson
[email protected]
-
July 1st, 1999, 09:14 AM
#4
Re: Tool Bar in a Dilalog Box
It's possible to add a toolbar into a dialog based app...Just generate a new MDI or SDI project with VC++ to have the few lines that VC generate and that add the toolbar into the frame. Copy those lines and paste them in your *dlg.cpp class code...After this, the toolbar is added, but too bad coz it doesn't appear in the dialog frame...There's just a line to add, but I'm sorry I can't remember right now...You should look at the MSDN doc, ok..?
Sorry, can't tell more, but it's possible to add a toolbar into a dialog based app...I already did it some months ago..
good luck.. 
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
|