![]() |
Building only a ToolBar |
Post Reply
|
| Author | |
Soren
Newbie
Joined: 09 May 2007 Location: Denmark Status: Offline Points: 13 |
Post Options
Thanks(0)
Quote Reply
Topic: Building only a ToolBarPosted: 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?
|
|
![]() |
|
Nomlas
Newbie
Joined: 15 December 2006 Status: Offline Points: 6 |
Post Options
Thanks(0)
Quote Reply
Posted: 20 May 2007 at 11:15am |
|
This did it for me....
commandbar.ActiveMenuBar.Visible = False |
|
![]() |
|
Soren
Newbie
Joined: 09 May 2007 Location: Denmark Status: Offline Points: 13 |
Post Options
Thanks(0)
Quote Reply
Posted: 21 May 2007 at 2:29am |
|
I use ActiveMenuBar.Visible = False But, the space for the menubar is still remaining
![]() |
|
![]() |
|
Waescher
Newbie
Joined: 15 September 2006 Location: Germany Status: Offline Points: 27 |
Post Options
Thanks(0)
Quote Reply
Posted: 21 May 2007 at 5:51am |
|
Please upload a little screenshot for us ...
Thanks. ![]() |
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 21 May 2007 at 9:45am |
|
maybe you load old layout from registry?
|
|
![]() |
|
Zach
Groupie
Joined: 19 July 2006 Status: Offline Points: 62 |
Post Options
Thanks(0)
Quote Reply
Posted: 21 May 2007 at 4:44pm |
... and if that is the case.. . just put
commandbar.ActiveMenuBar.Visible = False
after you load it (if you want it to always be hidden)
|
|
![]() |
|
Soren
Newbie
Joined: 09 May 2007 Location: Denmark Status: Offline Points: 13 |
Post Options
Thanks(0)
Quote Reply
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.
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |