Hello,
When using a touch screen monitor with Windows XP or Windows Vista, the virtual keyboard for the Tablet PC it's activated, it's Accesed with a double tap on any get. What I pretend is to automatically invoke this keyboard without having to give the get the double tap, and if possible, posion it in the area that I want ....
Anyone have any information on how to do this????
I found this, but I have no idea on how to apply it ..
http://msdn.microsoft.com/en-us/library/ms704887(VS.85).aspx
using Microsoft.Ink;
/ / ...
PenInputPanel theInputPanel private;
/ / ...
private void Form1_Load (object sender, System.EventArgs e)
(
/ / Adding Input Panel to a specific TextBox control.
theInputPanel = new PenInputPanel (textBox1);
/ / Deactivating Input Panel for TextBox.
theInputPanel.AutoShow = false;
)
When using a touch screen monitor with Windows XP or Windows Vista, the virtual keyboard for the Tablet PC it's activated, it's Accesed with a double tap on any get. What I pretend is to automatically invoke this keyboard without having to give the get the double tap, and if possible, posion it in the area that I want ....
Anyone have any information on how to do this????
I found this, but I have no idea on how to apply it ..
http://msdn.microsoft.com/en-us/library/ms704887(VS.85).aspx
using Microsoft.Ink;
/ / ...
PenInputPanel theInputPanel private;
/ / ...
private void Form1_Load (object sender, System.EventArgs e)
(
/ / Adding Input Panel to a specific TextBox control.
theInputPanel = new PenInputPanel (textBox1);
/ / Deactivating Input Panel for TextBox.
theInputPanel.AutoShow = false;
)
=====>
Bayron Landaverry
xBasePHP.com
(215)2226600 Philadelphia,PA, USA
MayaBuilders@gMail.com
Guatemala
FWH25.06--Harbour 3.0.0--BCC7.7--UEstudio 10.10
Windows 10
FiveWin, One line of code and it's done...