Need help setting up dockingpane with ribbonbar |
Post Reply |
Author | |
cryo75
Groupie Joined: 04 June 2006 Status: Offline Points: 49 |
Post Options
Thanks(0)
Posted: 26 November 2006 at 8:53am |
Hi all,
I have a vb6 form and I want to display the following:
1. Ribbonbar at the top and its statusbar at the bottom (done)
2. A pane on the right-hand side of the form and its handle is a picturebox
3. The left-hand side of the form is another picturebox
The pane should start below the ribbonbar and end above the statusbar. Currently the pane expands to the whole height of the form.
Any ideas?
Thanks,
Ivan
|
|
Philip
Newbie Joined: 25 November 2006 Location: Romania Status: Offline Points: 28 |
Post Options
Thanks(0)
|
Hi!
You can add the control in design directly in the picturebox, It seems that programmaticaly it doesn't exist a 'container' property. Or we didn't find it yet.
|
|
BORG Design - Sultanescu Philip
|
|
cryo75
Groupie Joined: 04 June 2006 Status: Offline Points: 49 |
Post Options
Thanks(0)
|
Yep. You have to place in a "background" pbx.
Ivan
|
|
younicke
Senior Member Joined: 11 March 2005 Status: Offline Points: 107 |
Post Options
Thanks(0)
|
i think you have to put place the commandbars object in the form before placing the dockingbar object. or you can issue a sendtoback to the commandbars object. |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
Be sure to use this code:
DockingPaneManager.SetCommandBars CommandBars And this: http://www.codejock.com/support/articles/com/dockingpane/dp_3.asp |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |