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 » Flinkering problem Collapse All
Subject Author Date
Sujang Lee Dec 20, 2005 - 9:22 AM

http://myhome.naver.com/lsujang/ProtoType1.exe


Project files


http://myhome.naver.com/lsujang/ProtoType1.zip


 


Compiled by Visual Studio 2003.


 


When I change size of window, FormView is flickering.


 


What’s the matter?

Technical Support Dec 20, 2005 - 10:11 AM

To avoid flickering, just turn on the Clip Children option for your dialog.

Please note that the WS_CLIPCHILDREN style is not compatible with some controls like the static text because they use the background of their parent window "AS IS". Instead, please use the corresponding Prof-UIS classes: CExtCheckBox for check boxes, CExtRadioButton for radio buttons, CExtGroupBox for group boxes, and CExtLabel for static text controls. Unlike those available in MFC, these classes are fully consistent with the Office 2003/VS 2005 theme and include some additional features.