How do I find a control (such as a text box) from a window running in a separate process based on an X,Y screen coordinate
Windows Forms General
How do I find a control (such as a text box) from a window running in a separate process based on an X,Y screen coordinate
Thanks, that's what I was looking for. I looked at the pinvoke.net website, and I found the function "GetDlgItemText ̄ but I can't get it to work. Does anyone know what needs to be passed into the parameters I've searched on other sites for it also, but I still can't figure it out.
Thank you for your help. I have figured it out for the most part, but here is my new problem: I am only able to get text out of text boxes running in the same process. I can, however, get text from labels or other controls in other processes. How can I get text out of text boxes in other processes
It also appears that I can only get information about the programs I have written in VB.NET using VS2003. Does anyone have any ideas why that would be