Question Reading and Writing to an application

gcs1968

New member
Joined
May 12, 2008
Messages
2
Programming Experience
Beginner
Hi I am new to vb.net,

what iam trying to do is read an active window on any application and then enter the users password and staff number for them, i have managed to find some code to read the active window but no examples of how to read the child elements within it, once i have managed to read these fields and find the correct ones i then want to automate entering text into the fields. I think this may be done through the IAccessible class but i cannot find any examples. I am from a java background so any links to examples much appreciated.
 
Do you have source code access to both programs? If so it would be easier to pass information between.

If your trying to control a compiled exe, you need to use API and create a bunch of different Functions & Subs to control every form and form controls in the application you wish to manipulate.
 
Back
Top