You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2025. It is now read-only.
I think it worth to mention, that in .NET 9.0 there are new APIs to enable Windows Dark mode in Windows Forms apps. I've tried it on WireSockUI project, and with few extra changes in the project, it works. It's not perfect, but it works without much effort:
// Add to Program.Main()
Application.SetColorMode(SystemColorMode.System);