Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exclude Application from Task Switcher 1

Status
Not open for further replies.
Jun 24, 2005
109
GB
Hi All,

Any ideas on the above? I essentially have an application that kind of mimics a service by having no visible main form, and being minimized to the system tray.

Problem is that it appears in the task switcher, which I'd prefer to exclude it from.

Any ideas? Can it even be done with an application?

Cheers

Matt
 
In a windows app, you can set the main form's ShowInTaskbar property to False and it's FormBorderStyle property to either FixedToolWindow or SizableToolWindow.

I'm not sure if you actually have a form (with Visible set to False), but I hope this helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top