0

I am pretty sure I've done this before, but I cannot remember how/where I found out how to do this.

I created a new WinForm application then dragged a notify icon onto my designer. I coded my desired functionality for the NotifyIcon's behavior inside the Form1.vb file.

I think I remember something about adding a module to the project, and setting the project to launch the aforementioned module instead of the form...but I can't figure out/recall how to keep the functionality I've coded into Form1.vb.

Juergen
  • 12,378
  • 7
  • 39
  • 55
Anders
  • 12,088
  • 34
  • 98
  • 146

1 Answers1

3

Did you try this ? (first result on google, I think I used it too in the past)

ybo
  • 16,967
  • 2
  • 28
  • 31