I want to disable the F11 key in my Silverlight application because I switch users Should not in full screen mode.
Or is there any way i can write my code for the F11 key event? I tried with the key down incident, but not working for a set of F10 and F11 and other keys.
Thanks, Sabine
I doubt that the browser is on the Silverlight plugin
You can use Javascript to disable the key input. Here is a blog post about:
Comments
Post a Comment