09-30-2008 01:35 AM
Labview can easily open OSK.exe
but how to close it with labview ?
Can anyone please help
09-30-2008 03:41 AM - edited 09-30-2008 03:42 AM
Hi Kuanyong,
Im assuming you are using the System Exec VI to open the on screen keyboard.
You can close the OSK in the same way by using the tskill (task kill) command.
So to close the OSK wire the string "tskill osk" into the command line input of a System Exec VI.
Hope this helps.
John Porter
AE
NI
09-30-2008 04:08 AM
Hi John,
Thanks. This is exactly what I need.
09-30-2008 04:25 AM
Hi Kuanyong,
Thanks for letting me know, happy i could help.