Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - Urgent help...
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Urgent help...

 Post Reply Post Reply
Author
Message
paps013 View Drop Down
Newbie
Newbie


Joined: 17 August 2007
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote paps013 Quote  Post ReplyReply Direct Link To This Post Topic: Urgent help...
    Posted: 17 August 2007 at 2:48pm
I have problem with commadbar and picturebox.
On the top of the MDI form i have ribbonbar (CommandBars name). On bottom i Have statusbar (CommandBars.Statusbar). When I put picturebox aligned to bottom or right on the MDIForm, picture box is always infront of commandbar control or replace  some parts of control.
Picture on MDIForm is always aligned on some of sides of form and I cant move it.
How to solve this problem because it's very important to me.
Thanks in advice and sorry on my English.

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: 17 August 2007 at 3:19pm
Private Sub CommandBars_RepositionAlignedControls(Left As Long, Top As Long, Right As Long, Bottom As Long)
  CommandBars.MoveAlignedControl Picture1, Left, Top, Right, Bottom
End Sub
Back to Top
paps013 View Drop Down
Newbie
Newbie


Joined: 17 August 2007
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote paps013 Quote  Post ReplyReply Direct Link To This Post Posted: 17 August 2007 at 3:24pm
you can't move aligned contol in the MDIForm.
Back to Top
paps013 View Drop Down
Newbie
Newbie


Joined: 17 August 2007
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote paps013 Quote  Post ReplyReply Direct Link To This Post Posted: 17 August 2007 at 3:26pm
Sorry it works. And thank you very match.
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: 17 August 2007 at 3:27pm
yes, you can.  just try it.  i assume vb6?
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.059 seconds.