LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Event Structure use

Hello,

I would like to programatically (without actually pressing a key) generate a key down event . Can this be done? It is not obvious from the literature how to do this...all references need an object.

Thank you.

Scott Storms
0 Kudos
Message 1 of 5
(2,905 Views)
Are you using LabVIEW version 6.1, 7, or 7.1? This makes a difference in the answer because the functionality of the event structure changed.
0 Kudos
Message 2 of 5
(2,895 Views)
I am using Labview 7.0
0 Kudos
Message 3 of 5
(2,886 Views)
 

___________________
Try to take over the world!
0 Kudos
Message 4 of 5
(2,864 Views)
The easiest way is to fire a user event, and not try to simulate a key down event. Look at the example called "Programmatically Fire Events" in the example finder. It shows how to register and fire your own events.

___________________
Try to take over the world!
0 Kudos
Message 5 of 5
(2,863 Views)