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 have to set the property ShowInTaskbar = true of your Form. It automatically minimizes to the task bar.
ShowInTaskbar = true