Do you have any example code for the function if Time = ?
Thank you.

Some Utilities
Started by
beardboy
, Apr 10 2004 02:21 AM
34 replies to this topic
#31
-
Posted 10 February 2006 - 07:30 PM

The Event Viewer says the following:
The Notepad2 service was successfully sent a start control.
For more information, see Help and Support Center at http://go.microsoft....link/events.asp.
The Notepad2 service was successfully sent a start control.
For more information, see Help and Support Center at http://go.microsoft....link/events.asp.
#32
-
Posted 10 February 2006 - 07:42 PM

Have you written any scripts that send key strokes while the screen is locked? If so, can I see some example code?
Thank you.
Thank you.
#33
-
Posted 15 February 2006 - 02:28 PM

I fixed the error in my service with this reg code:
reg add HKLM\system\currentcontrolset\services\AHKService\Parameters /v Application /d c:\autokey\test.exe
Thanks so much for your help.
reg add HKLM\system\currentcontrolset\services\AHKService\Parameters /v Application /d c:\autokey\test.exe
Thanks so much for your help.
#34
-
Posted 15 February 2006 - 02:58 PM

Hi Arabinow,
With the fix that you mentioned:
were you able to run your application (as a service), even when your monitor is locked?
I did the similar steps but my service keeps on waiting for someone to unlock the monitor for the compiled script to start executing. Any idea, what could be the issue?
Thanks.
With the fix that you mentioned:
reg add HKLM\system\currentcontrolset\services\AHKService\Parameters /v Application /d c:\autokey\test.exe
were you able to run your application (as a service), even when your monitor is locked?
I did the similar steps but my service keeps on waiting for someone to unlock the monitor for the compiled script to start executing. Any idea, what could be the issue?
Thanks.
#35
-
Posted 09 April 2009 - 07:13 AM
