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? |
View Full Version : handle a window
| 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? |
| 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. |