automatically open keyboard

  • Thread starter Thread starter Miliuccio
  • Start date Start date
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.
 
Back
Top