I am working on a dockmanager style UI that follows the way Visual Studio 2008 implements the UI:
I need to create a tool similar to how VS2008 has the "Add New Data Source" which is in both the main menu and in a toolbar that is specific to the dock manager Data Source DockAreaPanel.
How would I go about doing this in the UI designer?
Sam
Is the toolbar you have docked part of your main toolbar control or from a serperate toolbar object?
This post is a week old now, I was wondering if there is a solution or if I am SOL?