News

I've got a NotifyIcon I display in my system tray, and I'd like to add a right-click context menu to it. It seems simple, but so far I can't get it to work. Here's the code:Public Class ...
Friend WithEvents noty As System.Windows.Forms.NotifyIcon Friend WithEvents Con As System.Windows.Forms.ContextMenu Friend WithEvents MenuItem1 As System.Windows ...