lundi 1 février 2021

Pop up ON screen Windows Keyboard using asp.net

Need to call the on-screen windows keyboard when I type in textbox using touchscreen devices in the ASP.net web application. Code I have tried but no result because it s Exe.

progFiles = @"C:\Program Files\Common Files\Microsoft Shared\ink";
keyboardPath = Path.Combine(progFiles, "TabTip.exe");
Process.Start(keyboardPath);

Please give me an idea of how to call in ASP.net using javascript?




Aucun commentaire:

Enregistrer un commentaire