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

Re: ShowDialog has own taskbar button by Herfried

Herfried
Thu Nov 10 18:33:41 CST 2005

"Gav" <spam@spam.com> schrieb:
> 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'.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Re: ShowDialog has own taskbar button by Gav

Gav
Fri Nov 11 03:46:47 CST 2005

Ahh, I love the simple solutions....

Thanks for the reply.

"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:esYzRel5FHA.1276@TK2MSFTNGP09.phx.gbl...
> "Gav" <spam@spam.com> schrieb:
>> 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'.
>
> --
> M S Herfried K. Wagner
> M V P <URL:http://dotnet.mvps.org/>
> V B <URL:http://classicvb.org/petition/>