C
carvalho.miguel
hi,
is there a way i can get the mouse events (click, move, etc) and
keyboard events (key pressed, etc) from the entire desktop (not only
from the focused window) ?
my form is hidden, so it doesnt get any events, but id like to know
when the user is using the mouse/keyboard.
maybe using p/invoke to some win32 api function for that purpose? just
point me the way
thanks in advance =)
is there a way i can get the mouse events (click, move, etc) and
keyboard events (key pressed, etc) from the entire desktop (not only
from the focused window) ?
my form is hidden, so it doesnt get any events, but id like to know
when the user is using the mouse/keyboard.
maybe using p/invoke to some win32 api function for that purpose? just
point me the way
thanks in advance =)