R
Ralph Flaugher
In the full .NET framework you can hook Windows events
using the WIN32 function SetWindowsHookEx. This function
does not appear to be included in the CE API. Is there
another method which can be utilized to accomplish this in
the compact framework?
using the WIN32 function SetWindowsHookEx. This function
does not appear to be included in the CE API. Is there
another method which can be utilized to accomplish this in
the compact framework?