Multi-Form App and TaskBar

  • Thread starter Thread starter Marco von Frieling
  • Start date Start date
M

Marco von Frieling

Hi.

I've implemented the code from
http://www.opennetcf.org/PermaLink.aspx?guid=2506b870-b88f-4370-8d52-7007242acdb9
in my CF library and added some functionality and it works fine. But the
problem I have is that each shown form is also visible in the task bar.
Is there any way to only show the top-most form in the task bar? I've
tried out to change the FormBorderStyle property of the forms in my
Push() and Pop() method to FixedToolboxWindow or None but that doesn't work.

Thanks for any help.

Marco
 
Back
Top