allannichols
Programmer
How can i get the Window/Application name by clicking on it.
I am trying to write code for a virtual keyboard for a touch screen PC. I can use SendKeys to send the character to the application, but I need to know the window/application name first so I can do AppActivate then SendKeys sends to that application.
I was wondering if there was any way you could first click on the application to get the name then use that name in AppActivate.
i.e. AppActivate Name,true
SendKeys "A",true
I am trying to write code for a virtual keyboard for a touch screen PC. I can use SendKeys to send the character to the application, but I need to know the window/application name first so I can do AppActivate then SendKeys sends to that application.
I was wondering if there was any way you could first click on the application to get the name then use that name in AppActivate.
i.e. AppActivate Name,true
SendKeys "A",true