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 to use CDialog as child of CExtTabContainerWnd Collapse All
Subject Author Date
Wu Yunpeng Nov 30, 2005 - 7:59 AM

i need scroll bar with the dialog when the size is too small to show all the controls.


how to do this?


thanks?


 

Mac Will Nov 30, 2005 - 8:23 AM

I would use CExtScrollWnd and CExtControlBar and insert your dialog into the control bar. and inherit from ScrollWnd.


I think this would work?

Technical Support Dec 1, 2005 - 8:12 AM

There is only one dialog template resource-based class in MFC which supports scrolling that is CFormView class. So, it can be used for this puprose.