Reply to thread

AW: Re: PowerScheduler++ Version 1.2.0.10 (RC1)



Hi Johannes,


yes, I found a way. PS++ server plugin calls "UserShutdownNow()" before suspending the system to inform all standby/wakeup handlers that the system is going down soon. The PS++ client plugin is registered as a standby/wakeup handler, so it gets called too and can exit away mode by calling SendKeys.SendWait ({CAPSLOCK}) twice. This works since PS++ client plugin is running in a forms application context.


Michael


Top Bottom