Log in

View Full Version : WINDOWS CE EVENTS


javitobcn
03-04-2005, 10:03 AM
I found in Microsoft's web page:

*---
Host: JasonFul (Microsoft)
Q: Is there a way to hook into the message system, similar to the WH_CALLWNDPROC hook

on the desktop?
A: No, Windows CE does not support the SetWindowsHookEx() API.
---*

Do you know one solution in order to monitorize all events of all the process, for a

Pocket PC (smart device)? I thought in hook functions, but it's not possible to

implement them in WINDOWS CE!

Thanks for your help,

javitobcn
:D

javitobcn
03-07-2005, 09:33 AM
Hello,

Good morning, all people!!!

Someone can help me please! I know that under Windows CE 3.0 it's not possible to use SetWindowsHookEx() function, because it's not present int the API Windows CE.

Someone knows:

--> if in recently versions of Windows CE, exists the function?

--> in Windows CE .net + platform builder, it's possible to control all global events of all threads of my application in the PDA?

--> Do you know other solutions to capturate all events of all the applications opened in my PDA?

Thank you very much!

javitobcn

Sincerely,