Hi,
Does anyone know how to get a handle to a running application ? (i'm using win NT).
The reason I want to do this, is that I want to implement something like sendkeys in vb.
Now I can do this by executing a new version of the application every time and sending keys to its event queue, however this would result in the user having too many open windows.
In Vb you use AppActivate (
String windowTitle), basically I need to be able to do something like this.
cheers,
Tom