How I place my Application Icon in the System tray?

NewComer

Active member
Joined
Jan 2, 2010
Messages
34
Programming Experience
Beginner
To hide my application, I want to place the my Application Icon in the System tray & not onthe Task bar ... but I have both with the following codes:

Me.WindowState = FormWindowState.Minimized
NotifyIcon1.Visible = False


Anyone can help?
 
It doesn't work

I did try with Me.Hide() but it show the Dialog on the DeskTop & put the Icon on the Task bar which I don't want it

The other works fine.

Thank anyway
 
Back
Top