Click here to Skip to main content
15,894,740 members
Articles / Desktop Programming / Windows Forms

Hiding the form from alt-tab menu

Rate me:
Please Sign up or sign in to vote.
4.50/5 (2 votes)
19 Dec 2010CPOL 12.2K   1  
Tried it in VB.NET Winforms app, but no luck. It's still shown in the alt-tab menu:Protected Overrides ReadOnly Property CreateParams As System.Windows.Forms.CreateParams Get Dim cp As CreateParams = MyBase.CreateParams cp.ExStyle = cp.ExStyle Or &H80 ...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Australia Australia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions