Getting a VB prog to interact with a running app

SC_Coder

New member
Joined
May 23, 2007
Messages
1
Programming Experience
10+
Does anyone know how to access another running application from a VB Program. What I actually want is to interact with the objects (textboxes, checkboxes, radio buttons, etc.) from a running app. Any ideas?
 
If this program is a commercial application where you have no access to modify, or compile, then in most cases you can not, unless you want to simulate key strokes to the app.
 
Back
Top