Raise Keyboard for Texbox with Tinkr

I am using Tinkr2 and have a form with a textbox control in in and cannot figure out how to raise the text editor keyboard to edit the textbox.

Does anyone have a code snippet they are willing to share?

Thanks.

Are you looking for the on screen keyboard or are you looking to send commands from a USB keyboard?

The first should be automatic, you may need to set UseVB in the Core to true. The second is done by calling RaiseKeyboardAltKey and RaiseKeyboardKey in the Core.

I am using the on screen keyboard and setting this worked.



Thanks.