ShowDialog has own taskbar button

  • Thread starter Thread starter Gav
  • Start date Start date
G

Gav

Hi all,

Why is it that when I create a new windows form and show it in my
application it has it's own taskbar button?

Is there a way around this?

Regards
Gav
 
Gav said:
Why is it that when I create a new windows form and show it in my
application it has it's own taskbar button?

Set the form's 'ShowInTaskbar' property to 'False'.
 

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