Windows Messages on a .NET Form

  • Thread starter Thread starter MRADER
  • Start date Start date
M

MRADER

Hi!
I have a dot net compact framework form. How can I
intercept a windows message that is sent to this form? In
the standard framework, I could add a message filter to
an appliation. I did not find a way to do this in the
compact framework?
 
Mouse, Keyboard and some other notifications..all of them
come from drivers over which i do not have control
 
Back
Top