• 0

[VB.NET] System Tray Program


Question

Hi guys, wow its been awhile since i've posted on neowin and i missing it actually :/ I'm real new to VB.Net, i had started to learn VB around 3-4years ago and never finished..need to get cracking on it again.

I want to create an app that runs completley in the system tray, and operates by left and/or right clicking it to display a context menu. Does anyone have a sample code that could get me as close to this as possible? Please keep in mind that im pretty new to vb but still keen.

Any help will be appreciated, thanks in advance guys (and gals??).

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

.net has a control for that... NotifyIcon.

just add it to your form and configure it... you can associate a menu to it (created by another control) and you just have to hceck if the user used the left or right mouse button when clicking the notifyicon and perform different codes for each action

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.