Cis Pa

Cis Pa

  • NA
  • 194
  • 20.7k

POP up On screen Windows Keyboard used touch screen devices

Feb 2 2021 6:36 AM
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)