Detect if workstation is locked
June 21, 2007
Like the title says, I need to determine whether the workstation is locked and then wait to proceed until it is unlocked. Anyone know of a way to do it? While 1 If <somehow-check-if-computer-is-locked> Then Sleep(250) Else ExitLoop EndIf WEnd
4 replies