Show TOOLBAR only - not possible |
Post Reply |
Author | |
vbuser
Newbie Joined: 22 January 2004 Status: Offline Points: 39 |
Post Options
Thanks(0)
Posted: 29 January 2004 at 11:57pm |
Using the ActiveX version of the control, I need to show a TOOLBAR only without a pull down menu... Does not seem possible - The component show the toolbar and it includes an additional menu tool with one item "FILE" as default. Using only this code you get the toolbar and the menu, WHY? Set ToolBar = CommandBars1.Add("Standard", xtpBarTop) |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
add this CommandBars1.ActiveMenuBar.Visible = False
ps. "File" item you add yourself, check your source |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |