04-05-2006 02:44 AM
04-05-2006 11:20 AM
04-05-2006 09:51 PM
04-06-2006 11:57 AM
04-09-2006 07:23 PM
04-17-2006 12:48 PM
05-22-2020 03:41 PM
I know this is an old post. And I totally understand how to send keys via the user32.dll; however I was wondering if anybody every figured out how to send the keys ( ) / \ - none of them seem to work.
03-28-2022 07:31 AM - edited 03-28-2022 07:41 AM
But how we can use this method to make an on screen keyboard ?
03-28-2022 09:04 AM - edited 03-28-2022 09:23 AM
Are you referring to launching a keyboard similar to Windows OSK "On screen keyboard"? For example type OSK in your search bar or command prompt in your Windows operating system and an OSK will open. To get LabView to launch it simply do as shown in the attachment. Call Library Function Nodes are used becuase of changes with Windows 10. One prior Windows operating system versions you could have just used the system exec.vi by itself for this. Once the OSK is displayed it will send the keys clicked for you thus there is no need to use the Send Key function.