Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
Shailesh Nikam
|
May 17, 2007 - 4:05 AM
|
Hi,
In MDI application I have created controlbar for child window. Whenever user will click on new button. New Child window will appear on screen with controlbar. I have created controlbar in child window By Specifying WS_CLIPSIBLINGS . But contorlbar appearing in childwindow doesn’t show autohide option and caption bar.
Can you tell me how to create controlbar which will autohide inside the child frame.
Regards, Shailesh Nikam
|
|
Technical Support
|
May 17, 2007 - 12:20 PM
|
Please look at how it is done in the MDI_InnerOuterBars sample. Because the main frame and the child frame are different windows, you need to associate different profiles for these windows.
|
|