How to get information about/from controls in another process
-
I have an application that will find a program based on processid. I can then get the Main Window Title, Main Module Name, Handle BUT I need to figure out how to then get information from that program's controls. I am also having a hard time figuring out how to get the above information from the application's child windows. (Enum, I know, but a good starting point anyone?) Vb.net 2003 Thanks in advance for any pointers.
-
I have an application that will find a program based on processid. I can then get the Main Window Title, Main Module Name, Handle BUT I need to figure out how to then get information from that program's controls. I am also having a hard time figuring out how to get the above information from the application's child windows. (Enum, I know, but a good starting point anyone?) Vb.net 2003 Thanks in advance for any pointers.
Have you tried using remoting?