Set Focus on a running application

RaoulVB

Member
Joined
Nov 14, 2005
Messages
5
Programming Experience
Beginner
Hi Folks,

got a simple question:

need to find the window of a application started by my program
but i need focused it by function for example focus("AT")

how i find the windowname and set it active?

please help me...

Greetings

RaoulVB
 
when you start an appication from your application you should keep a reference to it

Dim MyCtl as Process

once you set MyCtl as a specific process you can reference it in your code through MyCtl
 
Back
Top