Kill the mouse

  • Thread starter Thread starter Tam
  • Start date Start date
T

Tam

Hi group,

Workin on a pet project where I want to be able to kill the mouse (or
even hiding it would do, as long as its unusable) then be able to bring
it back. Being able to do the same to the keyboard would also be
useful... perhaps mess about with the mappings so A comes out as B etc
etc.

Any ideas on how to accomplish this?

Any help/ideas appreciated.

Tam
 
By the way, just so we're all on the same song sheet. I want to run
this as a service that hides the mouse in windows in general not just
in the application Im creating/using.

;-)

Tam
 
Hello Tam,

Use BlockInput API via P/Invoke

T> Hi group,
T>
T> Workin on a pet project where I want to be able to kill the mouse (or
T> even hiding it would do, as long as its unusable) then be able to
T> bring it back. Being able to do the same to the keyboard would also
T> be useful... perhaps mess about with the mappings so A comes out as B
T> etc etc.
T>
T> Any ideas on how to accomplish this?
T>
T> Any help/ideas appreciated.
T>
T> Tam
T>
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Cheers Michael... I haven't time to get around to this today but at
least I now know where to look... many thanks.

Tam
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top