Results 1 to 7 of 7

Thread: Menu Control problem

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2003
    Posts
    19

    Unhappy 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

  2. #2
    Fanatic Member Redth's Avatar
    Join Date
    May 2001
    Location
    Ontario, Canada
    Posts
    551
    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

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jul 2003
    Posts
    19

    Thanks for the reply

    I have created a menu name refresh. Menu control is not even appearing in the run mode.

    Thanks!

  4. #4
    Hyperactive Member
    Join Date
    Mar 2002
    Location
    Dublin (Ireland)
    Posts
    304
    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

  5. #5
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    Also the menu wont show up until you've added at least one menu item.

  6. #6
    Frenzied Member dynamic_sysop's Avatar
    Join Date
    Jun 2003
    Location
    Ashby, Leicestershire.
    Posts
    1,142
    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]

  7. #7

    Thread Starter
    Junior Member
    Join Date
    Jul 2003
    Posts
    19

    Smile 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
  •  



Click Here to Expand Forum to Full Width