Preventing Icon From Displaying In Task Switcher Menu

  • Thread starter Thread starter Gary Brown
  • Start date Start date
G

Gary Brown

Hi,

How do you keep an application from displaying its icon in the
Task Switcher menu? Winamp, among others, do it and I have
some applications should work similarly.

Thanks,
Gary
 
Gary Brown said:
How do you keep an application from displaying its icon in the
Task Switcher menu? Winamp, among others, do it and I have
some applications should work similarly.

Set FormBorderStyle = ToolWindow and ShowInTaskbar = false.

Tested on WinXP.

HTH,

Michael
 
Back
Top