I have a winform app that is hiding it's UI and waiting on a named pipe message before showing up On receiving the event the thread invokes into the main UI thread and then does the following
Set the opacity to 100 ShowInTaskbar = true; BringToFront();
ON Windows Vista the window does not show up on the taskbar though and the window is in the background . YOu cant say it if you finally find it and click on it, it shows up on the taskbar
any ideas on how to fix this