I want to minimize a C# WinForms app to system tray. I\'ve tried this:
Having the application minimize to the system tray when button is clicked?. The first time I m
You need to add a NotifyIcon to your form. You can then use the Click event of the NotifyIcon to have it set the Visible property on your Form to true again.
Visible
Form
true