|
-
Jul 26th, 2003, 12:20 AM
#1
Thread Starter
Junior Member
Menu Control problem
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
-
Jul 26th, 2003, 01:03 AM
#2
Fanatic Member
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
-
Jul 26th, 2003, 02:13 AM
#3
Thread Starter
Junior Member
Thanks for the reply
I have created a menu name refresh. Menu control is not even appearing in the run mode.
Thanks!
-
Jul 26th, 2003, 05:53 AM
#4
Hyperactive Member
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
-
Jul 26th, 2003, 08:39 AM
#5
Frenzied Member
Also the menu wont show up until you've added at least one menu item.
-
Jul 26th, 2003, 08:44 AM
#6
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
~
if a post is resolved, please mark it as [Resolved]
protected string get_Signature(){return Censored;}
[vbcode][php] please use code tags when posting any code [/php][/vbcode]
-
Jul 26th, 2003, 09:26 AM
#7
Thread Starter
Junior Member
Thanks for all your replies.
When I created only one menu item, then it was not appearing. otherwise it worked fine.
Thank to all!
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
|