Hi all,

how can I set an app's main window visible from an other application? My
problem is, that I know only the handle of the other app's main process,
because the application's main window is set to hidden, so it doesn't
have a mainwindowHandle, so I can't send a message to it.

Any idea?

Thank's in advance,

Tamas Meszaros

Re: unhide window by Peter

Peter
Fri Apr 29 14:03:57 CDT 2005

Hi Tamás,

You can use Form.FromHandle (...)

Regards,
Peter Jausovec
(http://blog.jausovec.net)
"Mészáros Tamás" <mesztam@sch.bme.hu> wrote in message
news:%23uhQ7bnSFHA.2964@TK2MSFTNGP15.phx.gbl...
> Hi all,
>
> how can I set an app's main window visible from an other application? My
> problem is, that I know only the handle of the other app's main process,
> because the application's main window is set to hidden, so it doesn't have
> a mainwindowHandle, so I can't send a message to it.
>
> Any idea?
>
> Thank's in advance,
>
> Tamas Meszaros