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);