Posts: 100
Threads: 45
Joined: Jan 2014
Guys,
My macro can't click in a button 'OK' when the Windows Screen is locked.
I tried:
int w1=win("User Login Dialog" "#32770")
int c=id(1 w1)
but c
Is there any way to click in this button in a locked screen?
Posts: 12,097
Threads: 142
Joined: Dec 2002
Many QM functions don't work when computer is locked. Try Properties -> Macro properties -> If computer locked, unlock.
Posts: 100
Threads: 45
Joined: Jan 2014