Search
Setup for Free
C
C#
•
4y ago
undisputed world champions 🍉
Minimize Winforms app to tray on program startup?
you can set
WindowState = FormWindowState.Minimized;
WindowState = FormWindowState.Minimized;
in the constructor
, i guess
?
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,134
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
WindowState = FormWindowState.Minimized;
WindowState = FormWindowState.Minimized;
Similar Threads
❔ minimize to tray
C
C# / help
3y ago
✅ Minimize to tray
C
C# / help
3y ago
How can i minimize a console app to the tray
C
C# / help
2y ago
❔ Winforms download program
C
C# / help
3y ago