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);
Rijwan AnsariPosted Feb 4, 2021, 10:43 AM
Cis PaPosted Feb 3, 2021, 5:33 AM
Sachin SinghPosted Feb 2, 2021, 6:50 AM