Hi,

I've created a sample project in C# (both in VS 2003 and 2005) that
uses just one form and sets its topmost property to true.

I run the application and I noticed that everytime I run VS 2005 it
loses the topmost status (it is hidden by the VS 2005 IDE).

I noticed that the value of the topmost properties continues to be
true, even if the form is no longer visible on the screen (covered by
the VS2005 window)

The only way to make it topmost is clicking on it.
I noticed that this behaviour happens also in other occasions (but I
couldn't figure out to which they were related).

I need the form to be topmost all the time.
Do you have any suggestion on how to fix that, maybe using the Windows
API directly?

Thank you.
Andrea