I'm trying to build an OnScreenKeyboard to fill Textboxes in a Silverlight Web Application. The Keyboard has to be multilingual so that when I have set the language to chinese and enter a small letter like an "a", a combobox has to appear with the chinese signs.
The OSK under Windows XP is too small for the touchscreen which I'm using.
I already built a Keyboard with Buttons that contain strings but they do not simulate the Keypress Event like a real Keyboard.
Is there a similar function like System.Windows.Forms.SendKeys for Silverlight? This is only usable in Windows.Forms which I can not use in Silverlight.
I'm working with Expression Blend 3 and Visual Studio 2008.(Silverlight Version 3)
I would be very glad for some help.
Regards Knut