|
-
April 12th, 2012, 05:23 PM
#1
Implementing a dialog into a bar
I have a program that implements bars using a class called CCoolBar that ultimately inherits CControlBar. I like it because I can dock the bar using MFC commands such as
DockControlBar(&m_MEMBar,AFX_IDW_DOCKBAR_BOTTOM);
I would like to plant a modeless dialog into one of these bars though. How would I do that. The bar gets implemented as an object, such as CCoolBar MEMBar;.
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
|