3
Answers

POP up On screen Windows Keyboard used touch screen devices

Cis Pa

Cis Pa

4y
534
1
Hi all,
 
How to call the on screen windows keyboard in ASP.net web application. 
Code i have tried but no result because it s Exe.
Please give me idea how to call in ASP.net using javascript?
 
progFiles = @"C:\Program Files\Common Files\Microsoft Shared\ink";
keyboardPath = Path.Combine(progFiles, "TabTip.exe");
Process.Start(keyboardPath);
Answers (3)