dockingpane betweem comandbar and statusbar |
Post Reply |
Author | |
JohnZing
Newbie Joined: 19 September 2006 Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 19 September 2006 at 2:58pm |
I dont know Why this does not work... I guess is very simple
Trying to add a dockingpane betweem comandbar and statusbar. I use a MDI form. If i use Set C = DockingPaneManager.CreatePane(1, 200, 120, DockBottomOf, Nothing) DockingPane goes below statusbar if i use Set C = DockingPaneManager.CreatePane(1, 200, 120, DockTopOf, Nothing) Docking pane stays on top of command bar if i use DockLeftOf, dockingpane uses all MDI height. I just want Docking Pane to use the free space between command bar and status bar and aligned left... how can I do that? |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
See this:
http://www.codejock.com/support/articles/com/dockingpane/dp_3.asp and add this too: Private Sub CommandBars_GetClientBordersWidth(Left As Long, Top As Long, Right As Long, Bottom As Long) If sbStatusBar.Visible Then Bottom = sbStatusBar.Height End If End Sub |
|
JohnZing
Newbie Joined: 19 September 2006 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
Thank You!
works now. "send to back" did the job :) |
|
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 |