01-03-2013 11:42 PM
Hi,
Whether somebody can tell me how to load windows "On-Screen Keyboard" application using LabVIEW.
Regards,
Bharath
Solved! Go to Solution.
01-04-2013 12:08 AM
Hi,
Use system exec.vi for this.
Regards,
Bijay
01-04-2013 12:18 AM
Hi Visuman,
As Vijay already told that you can enable on screen keyboard using System Exec function under connectivity --> Libraries and executables --> System Exec.
01-04-2013 12:38 AM
Hi,
Thanks for the reply I tried with "System Exec" function I am getting an error - Could not start On-screen Keyboard
Regards,
Bharath
01-04-2013 12:40 AM
What is the OS version??
01-04-2013 01:13 AM
Windows 7
01-04-2013 01:21 AM
I guess yours is 64-bit OS.
Because i am facing the same problem. But the same code is working fine on other PC having 32bit- OS Windows 7
01-04-2013 01:36 AM - edited 01-04-2013 01:48 AM
Hi,
Microsoft Discussion
________________________________________________________________________________________________________________________________________
This is an issue with 64-bit OS, it affects any 64-bit version of Windows.
Basically you are calling osk.exe, but your program you are calling it from is a 32-bit app. Windows won't allow you to call a 64-bit OSK.exe from your program. The comments appear to miss your point here, anyone can start osk.exe from Run, but call it from within a 32-bit application won't work in 64-bit Windows.
Ideally Microsoft should include a 32-bit version of OSK.exe in the system folder and allow us to use it, if being called from a 32-bit application.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Same i try on my windows 7 professional PC with 64 Bit and its working fine here.....
Check in c:\Windows\System32\osk.exe available or not.......
01-04-2013 02:00 AM
Hi Himanshu,
Osk.exe is present under the path c:\Windows\System32
but still am not able to run using LV.
Regards,
Bijay
01-04-2013 02:20 AM
This should work. Specify the whole path.
cheers olli