Hello,
How do I create a ToolBar inside a Dialog Box?
Thanks in advance,
Printable View
Hello,
How do I create a ToolBar inside a Dialog Box?
Thanks in advance,
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
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]
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.. :)