Print Page | Close Window

Building only a ToolBar

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=7185
Printed Date: 06 November 2025 at 9:51am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Building only a ToolBar
Posted By: Soren
Subject: Building only a ToolBar
Date Posted: 20 May 2007 at 9:16am
Hi
 
In my Form I want to build a Toolbar only.
But when I try, the space for the Menubar is still visible.
 
How an I remove the Menubar completely?
 



Replies:
Posted By: Nomlas
Date Posted: 20 May 2007 at 11:15am
This did it for me....

commandbar.ActiveMenuBar.Visible = False


Posted By: Soren
Date Posted: 21 May 2007 at 2:29am

I use ActiveMenuBar.Visible = False

But, the space for the menubar is still remaining


Posted By: Waescher
Date Posted: 21 May 2007 at 5:51am
Please upload a little screenshot for us ...

Thanks.


Posted By: SuperMario
Date Posted: 21 May 2007 at 9:45am
maybe you load old layout from registry?


Posted By: Zach
Date Posted: 21 May 2007 at 4:44pm
Originally posted by SuperMario SuperMario wrote:

maybe you load old layout from registry?
 
 
... and if that is the case.. . just put
 
commandbar.ActiveMenuBar.Visible = False
 
 
after you load it (if you want it to always be hidden)


Posted By: Soren
Date Posted: 22 May 2007 at 9:15am
Hi Everyone
 
Sorry for my late response.
Thank You all for your responses.
 
I can make the Commandbar.Visible = False when I use the CommandBar Sample, but when I'll do the same in my own program it doesn't work.
 
How ever, now I know that it can be done, som maybe I'll simply copy and paste the sample.



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