Best Regards,
Emil
Paul T.
"Emil" <Em...@discussions.microsoft.com> wrote in message
news:F11CFB20-216C-424C...@microsoft.com...
>I develop an application for Windows CE 5.0 Device and actually I need just
> to observe if the user makes no inputs (over Input Panel or mouse click)
> for
> more than "X" minutes on the application. In this case the user will be
> logout from the application.
> Usually in this case I install a hook (SetWindowsHookEx) for keyboard and
> mouse and . all fine. But this seems to not work on Windows CE 5.0. The
Paul T.
"Emil" <Em...@discussions.microsoft.com> wrote in message
news:AC30147B-4111-46E7...@microsoft.com...
Any help would be appreciated!
Best Regards,
Emil
As for the actual question, yes, you can use a special journaling hook and
catch all, or at least most, of the input. However, you'll have to get the
source code for Windows CE to really make anything out of it. You might
take a look at this thread, though:
Generally, I'd try really hard to adjust the requirements not to necessitate
grabbing all user input. The system doesn't expect you to do that, doesn't
provide a documented way to do it, as a result, and is susceptible to you
screwing things up in a serious way, if you do.
Paul T.
"Emil" <Em...@discussions.microsoft.com> wrote in message
news:4515AC60-96B0-418D...@microsoft.com...