Catching windows messages globally, or hooking wm_touch

  • Thread starter Thread starter ronflomin
  • Start date Start date
R

ronflomin

Guest
I am writing a c# project(Probably it will be a windows service). I need to run a method after a touch is detected anywhere in the OS(Globally). I did a research about hooking wm_touch, and overriding WndProc, but I faced this issues:

1. I can only override WndProc in Winforms, and in Winforms it works only inside the form.

2. I failed to find a solution of how to hook wm_touch in c#.

Continue reading...
 
Back
Top