Professional UI Solutions
Site Map   /  Register
 
 

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.

Forums » Prof-UIS General Discussion » CExtControlBar in dialogbased application Collapse All
Subject Author Date
parikshit nangre Mar 27, 2008 - 5:19 AM

i am building a dialog  based application, am trying to create CExtControlBa in OnInitDialog() function ,but when i run it is not showing me the reziblebar control. what i am supposed to do?

Technical Support Mar 27, 2008 - 9:38 AM

Control bar windows can be created as children of dialog windows. But such control bars in a dialog are always no-resizable and non-redockable like the status bar in a frame window. For instance, you can see the menu bar and toolbars in dialog windows in the ProfUIS_Controls sample. Resizable and/or de-dockable control bars can work as resizable and re-dockable with drag-and-drop windows only if they are created inside a frame window.