Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - CommandBars or CommandBarsFrame
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CommandBars or CommandBarsFrame

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


Joined: 20 May 2008
Status: Offline
Points: 13
Post Options Post Options   Thanks (0) Thanks(0)   Quote fergie Quote  Post ReplyReply Direct Link To This Post Topic: CommandBars or CommandBarsFrame
    Posted: 20 May 2008 at 6:08pm
Hello,
 
Very new to the CommandBars so forgive me if this question is either stupid or already been asked.
 
I have an MDI Client with MenuBar
 
If i use the Standard CommandBars control my Outlook Sidemenu trys to use the CommandBars Client Area, if i use the CommandBarsFrame my Side menu docks correctly but i cannot see all my window names from the Window List Menu in fact its not populated.
 
Hope that makes sense?
 
What control should i use for MDI Window?
 
Regards
David
 
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 21 May 2008 at 1:38am
Hi,
 
Better use CommandBars  object and
MoveAlignedControl method in RepositionAlignedControls event.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
fergie View Drop Down
Groupie
Groupie


Joined: 20 May 2008
Status: Offline
Points: 13
Post Options Post Options   Thanks (0) Thanks(0)   Quote fergie Quote  Post ReplyReply Direct Link To This Post Posted: 21 May 2008 at 5:01am
Thank you for your response, but i think i originally tried MoveAlignedControl & RepositionAlignedControls but with no sucsess, do you have any example code or can point me in the right direction for examples.
 
Thank you
David
Back to Top
fergie View Drop Down
Groupie
Groupie


Joined: 20 May 2008
Status: Offline
Points: 13
Post Options Post Options   Thanks (0) Thanks(0)   Quote fergie Quote  Post ReplyReply Direct Link To This Post Posted: 21 May 2008 at 6:00am

Anybody

I spend hours trying to solve my problem is there any pointers or help forum members could give me?
 
David
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 21 May 2008 at 8:37am
Hi,
try with PixtureBox and this code
 
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
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
fergie View Drop Down
Groupie
Groupie


Joined: 20 May 2008
Status: Offline
Points: 13
Post Options Post Options   Thanks (0) Thanks(0)   Quote fergie Quote  Post ReplyReply Direct Link To This Post Posted: 23 May 2008 at 6:36am
Thank you oleg
 
where i was going wrong was i was attempting to use MoveAlignedControl on a different SideBar which through an error, i placed my sidebar within PictureControl and it works.
 
 
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.281 seconds.