hide form from taskbar and Alt+TAB
Published: 22. January 2009 | Updated: 12. October 2011License: Microsoft Public License (MS-PL)
Categories: Winforms
Tags: C# Windows Winforms
Code (in form)
this.ShowInTaskbar = false;
| Send us feedback about this snippet » |





