Hi,

I have a Windows Forms App, written in c# in VS2005 Professional.

The application requires the user to log on, and after a period of
inactivity they are automatically logged off. The Logon is done on a
seperate form, which then shows the main form.
The application requires 1024 x 768 resolution (due to graphics), and so
if the screen resolution is set to that it runs with no borders / title
bars etc. Otherwise it runs normally in a window.

I have a problem, in that if the user minimizes the main form, then when
they are logged out due to inactivity, the logon form becomes shown
minimized.
The problem comes when the user then wants to display that form in order
to log back on. If the app is running full screen (no title bar etc.)
then it will not restore and remains firmly fixed to the task bar.

Has anyone seen this problem before and is there a solution?


Thanks.


Paul