Hook Form to MouseDown (Global)

  • Thread starter Thread starter Dominik Gallus
  • Start date Start date
D

Dominik Gallus

Hey there,

i'm currently developing a "Touch"-like application for my new HTC Touch
Cruise for almost education and fun.

It runs in fullscreen, but the user is already able to minimize the
application by doing a gesture with the thumb from up to down.

Now that the form is minimized, what i want to accomplish (what
suprise!) is, to show up the application again by moving the thumb from
down to up on any screen (at least Today Screen).

Now, how can i hook my form to recognize Mouse-Events on any other
"Form"/Screen/Application? Another term i would use is "Global Mouse
Event" ;)

Appreciating any help.

Thanks in Advance,
Dominik
 
I don't think this is possible, you can't track mouse events outside of your
application.
 
Back
Top