How to

hide form from taskbar and Alt+TAB

Published: 22. January 2009 | Updated: 12. October 2011
License: Microsoft Public License (MS-PL)
Categories: Winforms
Tags: C# Windows Winforms
Was this snippet helpful for you? YESYES / NONO

Code (in form)

this.ShowInTaskbar = false;
Send us feedback about this snippet »



Related Snippets: