In code do the following:
this.ShowInTaskbar = false;
Or in Design mode:
EDIT:
You must also set the FormBorderStyle
Code:
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
Design:
This definitely does work - these are some screen prints using Windows Vista.
App running:
Not appearing in ALT + TAB
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…