Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Docking Pane
  New Posts New Posts RSS Feed - Need help setting up dockingpane with ribbonbar
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Need help setting up dockingpane with ribbonbar

 Post Reply Post Reply
Author
Message
cryo75 View Drop Down
Groupie
Groupie


Joined: 04 June 2006
Status: Offline
Points: 49
Post Options Post Options   Thanks (0) Thanks(0)   Quote cryo75 Quote  Post ReplyReply Direct Link To This Post Topic: Need help setting up dockingpane with ribbonbar
    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
Back to Top
Philip View Drop Down
Newbie
Newbie
Avatar

Joined: 25 November 2006
Location: Romania
Status: Offline
Points: 28
Post Options Post Options   Thanks (0) Thanks(0)   Quote Philip Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
cryo75 View Drop Down
Groupie
Groupie


Joined: 04 June 2006
Status: Offline
Points: 49
Post Options Post Options   Thanks (0) Thanks(0)   Quote cryo75 Quote  Post ReplyReply Direct Link To This Post Posted: 26 November 2006 at 11:13am
Yep. You have to place in a "background" pbx.
 
Ivan
Back to Top
younicke View Drop Down
Senior Member
Senior Member
Avatar

Joined: 11 March 2005
Status: Offline
Points: 107
Post Options Post Options   Thanks (0) Thanks(0)   Quote younicke Quote  Post ReplyReply Direct Link To This Post 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.

Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.191 seconds.