Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by wiler

  1. wiler

    ContextMenuStrip on NotifyIcon

    Yes, that's what I was looking for! I have changed "e.ClickedItem.Name" with "e.ClickedItem.Text" and it works. Thanks
  2. wiler

    ContextMenuStrip on NotifyIcon

    Hi, I'm using vb.net(2005) and I want to run programs when I click on an Item in a ContextMenuStrip (CMS). The Items for the CMS are added from a listbox. How can I find out which Item is clicked on? I have tried this with: ----- Private Sub CMSIcon_MouseClick(ByVal sender As Object, ByVal e...

Part and Inventory Search

Back
Top