i has a main form named 'Form1', the main form show a other form named
'Form2', then the taskbar has two item
i set the Form2's Property 'ShowInTaskbar' to 'False', then the taskbar only
has 'Form1', but when i press ALT+TAB, the tasklist still has two item,
why?
note: not use the 'RegisterServiceProcess'
Nicholas Paldino [.NET/C# MVP] - 31 Dec 2007 21:00 GMT
Michael,
This thread should show you how to do it:
http://episteme.arstechnica.com/eve/ubb.x/a/tpc/f/6330927813/m/190001652731/r/95
3007043731

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
>i has a main form named 'Form1', the main form show a other form named
>'Form2', then the taskbar has two item
[quoted text clipped - 4 lines]
>
> note: not use the 'RegisterServiceProcess'