PDA

View Full Version : handle a window


daboira
11-07-02, 05:55
I'm executing an application, and with this application I launch another application. How can I know the handle of the main window of the new application?

rnealejr
11-08-02, 13:42
What language are you using ?

daboira
11-11-02, 04:31
I'm using visual basic. I have got the handle. I had the hInstance and with an API (GetWindow and GetParent) I got the handle.