Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Docking Pane
  New Posts New Posts RSS Feed - Fixed Docking Pane
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Fixed Docking Pane

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


Joined: 05 May 2011
Status: Offline
Points: 20
Post Options Post Options   Thanks (0) Thanks(0)   Quote stuc Quote  Post ReplyReply Direct Link To This Post Topic: Fixed Docking Pane
    Posted: 12 July 2011 at 8:16am


I have created a "fixed pane" the full width of the mdi window.

I have another 2 panes below it.

How can I stop the 2 below being docked with the top of the screen - thus appearing above the "fixed pane"




update:  ive tried putting a picture (align to top) in the mdi window - which works but doing this wipes out my menu created with the commandbar ocx)

/Stu
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: 12 July 2011 at 9:39am
If you use aligned controls then you need:

Private Sub CommandBars_RepositionAlignedControls(Left As Long, Top As Long, Right As Long, Bottom As Long)

If (picBox.Visible) Then
    CommandBars.MoveAlignedControl picBox, Left, Top, Right, Bottom
End If

End Sub

Back to Top
stuc View Drop Down
Groupie
Groupie


Joined: 05 May 2011
Status: Offline
Points: 20
Post Options Post Options   Thanks (0) Thanks(0)   Quote stuc Quote  Post ReplyReply Direct Link To This Post Posted: 13 July 2011 at 4:11am
Thanks for the info.

I have actually found that if I put the command bar control inside of the picturebox it solves my problem with a fixed picture at the top of the screen. 



I have now got a picture box aligned at the top of the screen
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.156 seconds.