Is there a way in vb.net to read the text from another applications text box? Then write text to another applications text box. I want to run my application and populate a text box in my application with text from another applications text box when my application gets focus.
I then want to populate another applications text box from my application when an accept button is pressed.
Is it possible to get the handle of a window if I know the windows title bar text?