Hi guys...
i got a menu, that popups when i click a button...but then that same menu is visible and available at the menu bar...can i fix it somehow...? hmmm
Thanks
Printable View
Hi guys...
i got a menu, that popups when i click a button...but then that same menu is visible and available at the menu bar...can i fix it somehow...? hmmm
Thanks
Just set it to Visible = false in its properties.
Set the base menu item (mainmenu item) to invisible. Its still be able to show by using the popupmenu mnuMyPopup, but will be invisible in the menubar.
The key is this statement.Don't set all the menu items property to Visible = False; just the base menu item.Quote:
Originally Posted by Jim Davis
Thank you all guys for the right answer and first of all quick reply...