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 » where can i dinf more info about CExtControlBar Collapse All
Subject Author Date
glenn daelman Mar 24, 2006 - 12:05 PM

Hi
I look at the sample mididocview and see there is a treeview.
Where can i find more about the treeview. And other Members of CExtControlBar
like m_wndStatusBar and so on.
I looked in the helpfiles but no answer.

And i also need to now ho can i remove the items from the treeview.
Greetings glenn

Technical Support Mar 25, 2006 - 5:14 AM

The CExtControlBar class implements a Visual Studio .NET/2005-like control bar window. This window can have only one child window of any type. The resizable control bars are used in the most of our sample applications. The CExtStatusControlBar class is an advanced version of MFC’s CStatusBar class. Our status bar features a themed look and allows you to attach controls to status bar panes. A StatusPanes sample that comes with Prof-UIS shows how to use the status bar. Please let us know the details of what you need to do so we can help you.

glenn daelman Mar 25, 2006 - 7:42 AM

Where can i find more info on how tho use the resizable controlbars. And what are the embed members and houw to use it.

The only info of the m_wndResizableBarTree is how to fill it in. But not ow to clear the tree or remove one item.

Technical Support Mar 27, 2006 - 6:59 AM

Did you read the Docking Mechanism Explained article? It includes information on how to use both toolbars and control bars. The Getting Started with Prof-UIS article describes how to create a resizable control bar (see section 3.2).