Have you tried:

Form.WindowState = WindowState.Normal;



-----Original Message-----
From: Jeff Roberts [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, June 11, 2002 6:08 AM
To: [EMAIL PROTECTED]
Subject: [DOTNET] NotifyIcon and WinForms


I have a WinForms application that minimizes into the System tray via a
NotifyIcon class.  I want to restore my window when the user clicks on
the icon in the system tray back to the size and location it was before
it was minimized.  I don't see any Winforms method to restore the window
like there was in WIN32 i.e. ShowWindow(SW_RESTORE);  How do I do this
in WinForms ?  

Thank You

You can read messages from the DOTNET archive, unsubscribe from DOTNET,
or subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to