In C# you need to add an InputPanel control to your form.
In the GotFocus event of a textbox for example, you then do
InputPanel1.Enabled = true and you'll see the keyboard appear. Now,
translate it to VB.NET.
Hope it helps.
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.