Hi y'all,
First of all, my programming languagesuite is .NET.
Here's my problem:
I'm tryin' to find out de windowhandles from the window generated from a parent application. MSN Messenger is an excellent example. The parent application is msnmsgr.exe and start a main window with your contacts listed. When clickin' on a contact you get a new window. I want to find this windowhandle without havin' to click on it.
Now on to my application. I'm starting MSN Messenger as a process from my own application (NOT shell) and the process starts with a unique processID. When clickin' on a contact the new window get the same processID but a different windowhandle. How can I get this from code?
Is this possible and if so, how?
Pleaze help,
Thnx.
D@n.