|
-
Feb 13th, 2008, 02:09 AM
#1
Thread Starter
PowerPoster
[RESOLVED] Make a menu option disapear
Hey guys I have a text box, and I was wondering if it said something, how can a menu option not be shown?
like you see on a program where file or help or something is?
Thanks!
thanks!
-
Feb 13th, 2008, 02:20 AM
#2
Re: Make a menu option disapear
if text1 = " Remove Item" then
mnuName.Visible = False 'the name of your menu item
end if
Waiting for a full featured smart phone with out marrying a provider
Go Android
Go raiders 
-
Feb 13th, 2008, 02:48 AM
#3
Thread Starter
PowerPoster
Re: Make a menu option disapear
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
|