CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: pulldown menu

  1. #1
    Join Date
    Oct 2001
    Posts
    10

    pulldown menu

    how i can add a pulldown menu in my form..
    please inform me...


    Serdar Yorulmaz

  2. #2
    Join Date
    Apr 1999
    Location
    Michigan, USA
    Posts
    29

    Re: pulldown menu

    right click on your form and choose menu editor. In the caption text box, type the name of the command you want. In the name text box, type in the name you want to use to reference the command. Then hit next. To make options available under a command use the right arrow ->.


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

Featured