C
Charles Jenkins
I need to see keyboard events before Win CE and the Compact Framework
hide them from me. I found a neat example program called "WindowHook"
on the Internet, but it depends upon being able to get the Handle of a
Control.
All of my documentation (MSDN, Internet searches, etc) says that
System.Windows.Forms.Control.Handle is a property that exists in
Compact Framework 2.0, but my compiler says that "Control has no
property 'Handle'"
Because of this disagreement between documentation and my project, I
begin to suspect that my project is not really building against CF 2.0
Would someone who knows they are really, really using CF 2.0 compile a
C# file that accesses Control.Handle and tell me if it works?
Thanks!
hide them from me. I found a neat example program called "WindowHook"
on the Internet, but it depends upon being able to get the Handle of a
Control.
All of my documentation (MSDN, Internet searches, etc) says that
System.Windows.Forms.Control.Handle is a property that exists in
Compact Framework 2.0, but my compiler says that "Control has no
property 'Handle'"
Because of this disagreement between documentation and my project, I
begin to suspect that my project is not really building against CF 2.0
Would someone who knows they are really, really using CF 2.0 compile a
C# file that accesses Control.Handle and tell me if it works?
Thanks!