Results 1 to 4 of 4

Thread: pull down menu in vb.net

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Location
    oregon
    Posts
    88

    pull down menu in vb.net

    How do make a pull down menu in vb.net? i know in vb6 you just right clicked an went into menu properties or somthing like that an there it is, but i dont know how to do it in .net
    To get somthing out of life, you always need to be persistant.

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Its you!

    If you mean at the top of a form use the MainMenu control.

    If you mean a richtclick type menu use the ContextMenu control.

  3. #3
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    There is a mainMenu control on the toolbar. Add it to the form, then you'll have an in place menu editor.
    Dont gain the world and lose your soul

  4. #4
    Frenzied Member MrGTI's Avatar
    Join Date
    Oct 2000
    Location
    Ontario, Canada
    Posts
    1,277
    This forum is where i learned about the MagicMenu. It's a free control that allowed me to do all kinds of additional fancy things with the menus.

    However, it was far more complex to work with than the built in VB.NET menu control. I only recommend it if you need something beyond the basic menu, and you are up for all the extra coding.
    ~Peter


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