|
-
Sep 23rd, 2014, 01:40 PM
#1
Thread Starter
Member
[RESOLVED] Onscreen Keyboard No Workie
I have an application for a Windows 8 tablet that is a modified VB6.0 program and needs a keyboard input. I am trying to use Microsoft's onscreen keyboard, by accessing osk.exe. I have attempted different configurations all resulting in errors, but the one I have tested successfully in Windows XP, but won't work in newer versions of Windows, is this:
Private Sub Command1_Click()
Shell "OSK.EXE", vbMaximizedFocus
End Sub
Which results in:
"Invalid procedure call or argument."
Very simple. Should work. Doesn't. Hmm?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|