need a little help,
I currently use the below Script when the screen is unlocked and this doesnt work when i lock the screen is there a way i can chnage / swap for this to work while the screen is locked ??
Func _WinWaitActivate($vWintitle, $vWinText, $timeout) WinWait($vWintitle, $vWinText, $timeout) If Not WinActive($vWintitle, $vWinText) Then WinActivate($vWintitle, $vWinText) WinWaitActive($vWintitle, $vWinText, $timeout) EndFunc ;==>_WinWaitActivate






