> basically you'll need to move the after-resume piece of your script to the
> HookSystemEvents list.

yes, resuming is now hooked in an other way, but still I cannot send
*keys to "Unlock Computer" window similar to the earlier approach.

one and only command in HookSystemEvents list is:

if (arg(1)==2) do                  ;; checking if resume from suspend
event occurs
wait.for (5000)                     ;; some delay for displaying
"Unlock..." window
*keys {enter}                       ;; try to send {enter} to any active window
;*keys {to +Unlock*}{enter}   ;; this don't work too

so the question is:
is it possible to manipulate (close) or send keys to system dialogs
"outside" of the current user session, like "Unlock Computer" dialog?


Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to