I am trying to add a menu control on the form. When I select the form in design mode, the menu that I added was not appearing.
where as when I select menu at the bottom in design mode it is appearing.
Any ideas?
Thanks
Printable View
I am trying to add a menu control on the form. When I select the form in design mode, the menu that I added was not appearing.
where as when I select menu at the bottom in design mode it is appearing.
Any ideas?
Thanks
this is not a problem... rather, this is how the menu designer in vs.net works.... the menu only shows up when you click on the menu control at the bottom there, for you to make changes to. When you're not editing it, it disappears... it will reappear when you run the program :)
I have created a menu name refresh. Menu control is not even appearing in the run mode.
Thanks!
are you sure you didn't create a context menu, Context menus do not appear when you run the app, unless you right click on the form
Also the menu wont show up until you've added at least one menu item.
i presume you have told the form ( in your control box ) that it's menu is the menu you added ?
eg: MainMenu = Menu1 , because it'll never show up unless you tell the form to use it :)
When I created only one menu item, then it was not appearing. otherwise it worked fine.
Thank to all!