-
Screen Lock
I have been searching and trying a couple of things but I seem unable to unlock the screen on my pocket PC from my application.
What I want to do is run a small app at startup that checks if the device screen is locked and if it is it unlocks it.
Any ideas?????
-
Re: Screen Lock
You unlock the screen with a combination or 2 buttons right?
So you must simulate keyboard events.
You can either use the inthehand class of Pete Foot that if i remember correctly has keyboard events or you can use this API from core.dll: keybd_event .