Hello,
I'm having this script to activate Window virtual keyboard
No error, but keyboard activate at all.
I know the execute file works because I can go directly to the file location and double click it or at DOS type in osk, works the same.
Also, if possible, please show me how to make the code Onclick functionality. My intention is to have a link so that viewer can click to activate the virtual keyboard by choice.
Thanks in advance.
I'm having this script to activate Window virtual keyboard
Code:
Dim oShell
Set oShell = CreateObject("WScript.Shell")
oShell.Run("C:\WINDOWS\SYSTEM32\osk.exe")
Set oShell = Nothing
No error, but keyboard activate at all.
I know the execute file works because I can go directly to the file location and double click it or at DOS type in osk, works the same.
Also, if possible, please show me how to make the code Onclick functionality. My intention is to have a link so that viewer can click to activate the virtual keyboard by choice.
Thanks in advance.