silverlight - Keyboard Controls? -
Hello World I'm building financial software working on a touch panel machine. I have created a keyboard control for user input, I want to open the Start menu by clicking on the window button on my keyboard. How is this possible?
You can not send keystrokes to a OS from a Silverlight app, nor do you execute the shell operation. Just remember that SL applications run in a browser. If you were able to work as keystroke emulation, then this would be a serious security problem.
Cheers, Alex
Comments
Post a Comment