.net - Detect Mouse Hook -


i have application launches problem steps recorder utility ships windows 7 , later records user mouse , keyboard interactions. creating new process instance , launching psr number of command line parameters, including 1 suppresses gui.

my app needs wait until utility has set mouse hook before proceeding. i'm able wait until i'm process has started successfully, utility not expose sort of event when has started recording. no gui, process.waitforinputidle() can't tell me when i'm ready proceed either.

is there way detect when new low level mouse hook has been set third party application?


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -