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 » Hide 'Docking markers' for my application Collapse All
Subject Author Date
Saroj Acharya Jul 18, 2005 - 9:02 AM

Hi tech Support,


I want to disable the docking markers from my application. How would I do that ? All my control bars are floating and should expand between two monitors. I do not want to show the docking markers when the user moves the control bars around.


Appreciate your help.


Saroj

Technical Support Jul 18, 2005 - 1:15 PM

You can use the Visual Studio 2005 UI theme without docking markers. Just invoke the following code:

CExtControlBar::g_eResizablePanelDockingType =
     CExtControlBar::__RESIZABLE_DOCKING_TYPE_STUDIO_2003;

Saroj Acharya Jul 19, 2005 - 10:20 AM

It works. Thanks.