Question : Notification Balloon Popups in VB.NET

I have a VB.NET application that I'd like to minimize to the system tray, and be able to display one of those standard windows tooltip balloon-style notifications. I need to trap the click event in order to do something when the user clicks the balloon.

Bonus would be if I could get it to display a custom icon, like the wireless connection popup.

Is there a managed (or at least somewhat straightforward) way to do this in VB.NET?

Answer : Notification Balloon Popups in VB.NET

Add a NotifyIcon to your form.  Set the BaloonTipIcon and the Text.


Random Solutions  
 
programming4us programming4us