Print Page | Close Window

CommandBars or CommandBarsFrame

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=10705
Printed Date: 07 October 2024 at 10:58pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: CommandBars or CommandBarsFrame
Posted By: fergie
Subject: CommandBars or CommandBarsFrame
Date 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
 



Replies:
Posted By: Oleg
Date Posted: 21 May 2008 at 1:38am
Hi,
 
Better use CommandBars  object and
MoveAlignedControl method in RepositionAlignedControls event.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: fergie
Date 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


Posted By: fergie
Date 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


Posted By: Oleg
Date 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


Posted By: fergie
Date Posted: 23 May 2008 at 6:36am
Thank you https://forum.codejock.com/member_profile.asp?PF=37&FID=116 - 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.
 
 



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net