Application appearance

  • Thread starter Thread starter Peter Larsen
  • Start date Start date
P

Peter Larsen

Hi,

How do i prevent an application from appears more than once in the ALT+TAB
menu.

As it is today, my application will show an icon for each window visible in
the running application. I only want one icon.

Thank you in advance.
Peter
 
Peter said:
Hi,

How do i prevent an application from appears more than once in the ALT+TAB
menu.

As it is today, my application will show an icon for each window visible in
the running application. I only want one icon.

The "ShowInTaskbar" attribute of the form controls this. Set it to
false for all
windows you don't want to show in the task bar.

Matt
 
Peter said:
But i'm not talking about the Task Bar button, but the ALT+TAB menu !!

Hm. Other than making it a toolbar window (FormBorderStyle to
FixedToolWindow or SizeableToolWindow), I'm not really aware of any
simple way to do this.

Matt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top