restoring a minimized window

  • Thread starter Thread starter ray well
  • Start date Start date
R

ray well

i need to restore a minimized window whose handle i know, from within a
running app.

how would i do that?

thanks for any help

ray
 
thanks anand for your answer

Form.ActiveForm.WindowState = FormWindowState.Normal, works only for the
CURRENT RUNNING APP


i need to RESTORE ANOTHER WINDOW OF ANOTHER APP whose handle i have FROM
WITHIN A CURRENT APP.
 
That would be SW_RESTORE as the poster wants to restore the window, not
maximize it.

---------
- G Himangi, Sky Software http://www.ssware.com
Shell MegaPack : GUI Controls For Drop-In Windows Explorer like Shell
Browsing Functionality For Your App (.Net & ActiveX Editions).
EZNamespaceExtensions.Net : Develop namespace extensions rapidly in .Net
EZShellExtensions.Net : Develop all shell extensions,explorer bars and BHOs
rapidly in .Net
 
Back
Top