A
Anthony P.
Hello Everyone,
I'm needing to write an application that will take information from a
text file and use that text to do something in another program.
Basically, I need my VB.NET program to simulate the users actions if
they were using the program. So let's take a simple example:
Let's say I have a program that has the window caption "Program A".
Now, I know how to find the right window through the use of the
FindWindowA API function. That isn't a problem. Now, let's say that
window has three textboxs and I want to paste text into the third text
box. That is what I don't know how to do.
Can anyone help?
Thank you!
Anthony
I'm needing to write an application that will take information from a
text file and use that text to do something in another program.
Basically, I need my VB.NET program to simulate the users actions if
they were using the program. So let's take a simple example:
Let's say I have a program that has the window caption "Program A".
Now, I know how to find the right window through the use of the
FindWindowA API function. That isn't a problem. Now, let's say that
window has three textboxs and I want to paste text into the third text
box. That is what I don't know how to do.
Can anyone help?
Thank you!
Anthony