social.msdn.microsoft.com/Forums/vstudio/en-US/e9252bb7-1df0-4826-880f-ad0a636a18cd/error-when-opening-onscreen-keyboard-in-windows-7-could-not-start-onscreen-keyboard
This is an issue with 64-bit OS, it affects any 64-bit version of Windows.
Basically you are calling osk.exe, but your...
This is a good start. Following the link you provided, I get this compile error:
The code in this project must be updated for use on 64-bit systems. Please review and update declare statements and then mark them with the PtrSafe attribute.
Which led to: support.microsoft.com/kb/983043
I...
Hello,
I'm pretty raw at this, but what I want to do is so simple.
Here's what I want to do:
I have a form with a button to print preview a report. This report needs one input parameter before executing. The computer this will run on is a touch screen and does not have a keyboard. Windows...