L Lonifasiko Sep 27, 2005 #2 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.
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.