|
-
Aug 28th, 2006, 01:35 PM
#1
Thread Starter
Junior Member
[02/03] Menu Hide
Is there a way to hide an entire menu bar after your select an item in that same menu bar??
-
Aug 28th, 2006, 01:38 PM
#2
Re: [02/03] Menu Hide
What kind of control is this menubar? An ordinary MenuStrip?
Use Hide/Show.
-
Aug 28th, 2006, 01:43 PM
#3
Thread Starter
Junior Member
Re: [02/03] Menu Hide
For some reason it won't give me a .hide property. I'm not sure if its because i'm trying to hide the menu bar after i select a menu item or not. Is there another way to do this?
-
Aug 28th, 2006, 03:01 PM
#4
Re: [02/03] Menu Hide
in 2005
VB Code:
Me.MainMenuStrip = Nothing
maybe in 2003 it's
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Aug 28th, 2006, 03:04 PM
#5
Re: [02/03] Menu Hide
And you should remove it from the Controls property (probably)
VB Code:
Me.Controls.Remove(MenuStrip1)
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|