c# disable windows key (LWIn and RWin)

G

Geoffrey

Hello,

For my child (2 years), I make a thiny game. So he can do like her dad ...
It's a simple game, when typing on keyboard, that display the letters. And
that draw a circle when move mouse ...
The game is on full screen, and I hide the task bar.

But, her random typing isn't a good random... 10 % of typing is for typing
on the windows Keys (LWin and RWin code)

I tried to ovverride the ProcessCmdKey and return true, but, Windows Keys
are always intercept by windows and display the task bar ...

Is it possible to disable these 2 keys ?

Thx
 
G

Guest

Geoffrey said:
For my child (2 years), I make a thiny game. So he can do like her dad ...
It's a simple game, when typing on keyboard, that display the letters. And
that draw a circle when move mouse ...
The game is on full screen, and I hide the task bar.
But, her random typing isn't a good random... 10 % of typing is for typing
on the windows Keys (LWin and RWin code)
I tried to ovverride the ProcessCmdKey and return true, but, Windows Keys
are always intercept by windows and display the task bar ...
Is it possible to disable these 2 keys ?

Hello Geoffrey,

We offer a .NET component FREE for non-commercial use that will enable you
to suppress the LWin and RWin keys. Using it for your daughter would surely
qualify as non-commercial use ;-) and will save you a ton of time over
writing it yourself from scratch. Check it out at:

http://www.mini-tools.com/goto/input
 

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

Top