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
Peter Jausovec - 29 Apr 2005 20:03 GMT
Hi Tamás,
You can use Form.FromHandle (...)
Regards,
Peter Jausovec
(http://blog.jausovec.net)
> Hi all,
>
[quoted text clipped - 8 lines]
>
> Tamas Meszaros