WinApp Menu ToolStrip: Determine toolstrip item clicked

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kirsten
    New Member
    • Feb 2008
    • 19

    WinApp Menu ToolStrip: Determine toolstrip item clicked

    I put a Menu Strip that has several ToolStripMenuIt ems on my form. Each Toostrip has some items.

    But I can't figure out how to determine which of them was clicked ?
  • Shashi Sadasivan
    Recognized Expert Top Contributor
    • Aug 2007
    • 1435

    #2
    Have you created event handler for the click even for each of the toolstrip items, or are you creatinf the toolstrip items dynamically ?

    Try double clicking the toolstrip item (in Visual Studio / Express) and that will create an event handler and will take you to the code.

    Comment

    • Kirsten
      New Member
      • Feb 2008
      • 19

      #3
      >>Try double clicking the toolstrip item

      Got it!!!!

      thanks so mcuh


      Originally posted by Shashi Sadasivan
      Have you created event handler for the click even for each of the toolstrip items, or are you creatinf the toolstrip items dynamically ?

      Try double clicking the toolstrip item (in Visual Studio / Express) and that will create an event handler and will take you to the code.

      Comment

      Working...