LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

simulate arrow key events in labview

Solved!
Go to solution
Exactly. I think the following examples will get you on your way: "basic input demo" VI under the "keyboard" keyword in the example finder, or "event tracking" VI under the "events" keyword. Let us know if you need more help.
Misha
Message 11 of 12
(1,299 Views)

Hi,

 

Although I know I dig out a little bit this post, I needeed to simulate keystroke feature and I felt the dll option a bit oldy.

 

Looking at the dotnet assembly System.Windows.Forms.SendKeys, I realized a little vi that generate and catch ASCII and not ASCII evts.

 

For multiple key combination, and ctrl char (CTRL, SHIFT, ALT) look at the well described documentation on http://msdn.microsoft.com/fr-fr/library/system.windows.forms.sendkeys.aspx

 

It's quite easy to implement these type of commands.

 

Hoping that this message could help someone.

 

 

0 Kudos
Message 12 of 12
(770 Views)