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 » About CExtTabContainerWnd Collapse All
Subject Author Date
Wu Yunpeng Nov 30, 2005 - 7:32 AM

if i insert a CDialog object into the CExtTabContainerWnd,


then there is much flicker when i drag the controlbar.


how to remove the flicker?


thanks.

Technical Support Dec 1, 2005 - 8:18 AM

It is strongly recommended to apply the WS_CLIPCHILDREN style for any resizable dialog (the Clip Childrens property in the dialog template resource), especially if it can actually be resized in your application. You also need to use CExt*** classes for any dialog controls that are based on the parent window background, i.e. use CExtLabel instead of CStatic and CExtGroupBox instead of CButton (This is described in the Simple controls FAQ section).