handle all events from SIP or tap

  • Thread starter Thread starter Marian
  • Start date Start date
M

Marian

Hello, do you now how handle in one procedure (written in c#) any key
pressing and all screen's tapping ? I know , it's possible with
opennetcf components, but is there any another way?
I'd like count in my program user's inactivity.

Regards,
Marian
 
Hi Marian,

Looks like this topic keeps popping up. I'm looking for the same thing.

Here's a link to using <a
href="http://blog.opennetcf.org/ayakhnin/CommentView.aspx?guid=84b95802-76d7-499c-b266-e2251ab15706">Key Hooks</a>

As I just found out, CE does not support mouse hooks - which are the taps
you are loooking for.

If you don't have many controls, there's a good article that does not use
P/Invoke
<a href="http://www.codeproject.com/csharp/uim.asp">here.</a>
It basically traps events from each control.

My project has a lot of controls, and this would be too cumbersome for me.

So far my only alternative is to go with OpenNETCF. It works great and did
not take up much Program memory at all.

Jack
 
Back
Top