LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

how to use osk.exe-software keyboard inside CVI ?

hallo,

some time ago I posted a question regarding a soft-keyboard solution. and jettie answered me to use the tool "osk.exe" which is inside W2K and XP.

now I tried to do this but dont know how to integrate it (and take the input string into) my CVI8-project. any experience or hints ?

best regards

Simon
0 Kudos
Message 1 of 3
(3,468 Views)
OSK redirects its output to active application: it means that after calling this program you must activate the appropriate control in your application for the "keyboard" to write to.
Look at the sample project attached.


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 2 of 3
(3,451 Views)
Hey cool,
I just had the same problem.
This is exactly what I was looking for 🙂
Thanks for the code
0 Kudos
Message 3 of 3
(3,316 Views)