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 » How can I use object of class CTabCtrl as a child window of CExtControlBar? Collapse All
Subject Author Date
Wu Yunpeng Nov 24, 2005 - 7:53 PM

 


I want to insert several pages into the tab ctrl (object of MFC class CTabCtrl,the child window of CExtControlBar),


and I hope these pages can be auto resized and have scroll bars. How can i do this?


thanks.

Technical Support Nov 25, 2005 - 11:44 AM

Please take a look at the ResizableChildSheet sample which shows how to create property sheets inside control bars. The ResizableChildSheet sample is our experimental work bacause the standard property sheet cannot be created as a child window. Make also sure that your dialog resource has the Child value selected on the Style page and Visible check-box is checked on the More Styles page.