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 Tech Support » "STUDIO_2005" Docking type in 2.40 Collapse All
Subject Author Date
Dmitriy Dashevskiy Jul 7, 2005 - 6:05 AM

Is it possible to make STUDIO_2005 docking look same way as it was in 2.32?

Technical Support Jul 7, 2005 - 8:42 AM

The Visual Studio 2005 Beta 2 theme is used in Prof-UIS 2.40 by default but you can switch to Beta 1 by using this code:

g_PaintManager->m_eStyle2005 = 
   CExtPaintManagerStudio2005::__ES2005_BETA1;
Please also read the FAQ article titled How to switch between Microsoft Visual Studio Beta 1 and Beta 2 GUI themes supported by Prof-UIS? in the FAQ section.

Dmitriy Dashevskiy Jul 7, 2005 - 8:46 AM

Great. Thanks.