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 » Make the CAnimateCtrl background consistent with themes Collapse All
Subject Author Date
Minh Nguyen Jun 15, 2012 - 3:43 AM

Hi

Is there any way to make the CAnimateCtrl background consistent with themes in Prof-UIS? Can I use CExtAviLabel in a CWinThread class?

Thank you in advance

Technical Support Jul 5, 2012 - 10:08 AM

You cannot use CExtAviLabel in other threads. Prof-UIS is not multithreaded because GDI is not multithreaded. Please put heavy tasks of your app to other thread(s) and leave all the UI in one main thread.