Results 1 to 3 of 3

Thread: [RESOLVED] [2008] Open a menu in MenuStrip

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Posts
    224

    Resolved [RESOLVED] [2008] Open a menu in MenuStrip

    Hi,

    I am using VB2008

    I have menustrip and in it there is Filetoolstripmenuitem how can I open with code the Filetoolstripmenuitem?

    I tried with code: Filetoolstripmenuitem.performclick this do not open the Filetoolstripmenuitem.

    Any suggestions?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2008] Open a menu in MenuStrip

    I've never tried to do this in my life. I read your question. I opened my MSDN Library. I went to the documentation for the ToolStripMenuItem class. I looked down the list of members. I found the ShowDropDown method.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Posts
    224

    Re: [2008] Open a menu in MenuStrip

    Hi,

    Working great
    Thank you very much

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