Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Window Virtual Keyboard

Status
Not open for further replies.

cumap

IS-IT--Management
Jul 9, 2007
268
0
0
US
Hello,
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.
 
Thank you both for replying and sorry I couldn't check the message till now.

First of to foxbox, I modified and got result=0, what does that mean and how can I implement that further to my goal?

To Chris, you make sense. Do we have an ASP script to activate client window at all?

Thank again.
 
No. ASP runs on the server and the script is finished as the output is sent to the client browser.

There is an OpenSource javascript virtual keyboard at SourceForge that might be worth lookng at

Chris.

Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top