Print Page | Close Window

Need help setting up dockingpane with ribbonbar

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Docking Pane
Forum Description: Topics Related to Codejock Docking Pane
URL: http://forum.codejock.com/forum_posts.asp?TID=5604
Printed Date: 28 June 2024 at 2:03am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Need help setting up dockingpane with ribbonbar
Posted By: cryo75
Subject: Need help setting up dockingpane with ribbonbar
Date 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



Replies:
Posted By: Philip
Date Posted: 26 November 2006 at 10:13am
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


Posted By: cryo75
Date Posted: 26 November 2006 at 11:13am
Yep. You have to place in a "background" pbx.
 
Ivan


Posted By: younicke
Date Posted: 26 November 2006 at 9:43pm
Originally posted by cryo75 cryo75 wrote:

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


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.



Posted By: SuperMario
Date Posted: 27 November 2006 at 8:37am
Be sure to use this code:
DockingPaneManager.SetCommandBars CommandBars

And  this:
http://www.codejock.com/support/articles/com/dockingpane/dp_3.asp - http://www.codejock.com/support/articles/com/dockingpane/dp_3.asp



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net