Avatar of Darwin Johnson
Darwin Johnson
Flag for United States of America

asked on 

Using vb.net to read and write text from one application to another.

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?
Visual Basic.NET

Avatar of undefined
Last Comment
Chinmay Patel

8/22/2022 - Mon