visual studio 2010 - Create Windows Service and capture touch events Win7 c# -


i create windows service can listen multi-touch event occurances, intercept them , them (not important). need know how send windows messages service , code able receive messages within service.

anyone have idea's @ please?

i've been cutting code 15 years have never written windows service before , use little on way :(

by definition, windows services not supposed user-interactive, therefore, if want multi-touch data, have hook directly operating system input messages using wm_touch windows hook , interpreting data yourself.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -