I need to hide a Windows form from the taskbar but I can't use WS_EX_TOOLWINDOW
because I need the system menu and min/max buttons on the form's title bar.
If I switch the form to a tool window at runtime the form skinning is stuffed up. From searching on the Web I see that VB has a ShowInTaskbar property and I'm wondering if this would do what I want, and whether it can be implemented in Delphi 2006. Also this project is a COM server and has no MainForm, etc.
See Question&Answers more detail:os