10-08-2010 08:56 AM
10-08-2010 03:39 PM
@Fibo wrote:
Here's something I'm thinking but don't know how to execute... since toggling the spacebar while quicktime is selected plays/pauses the the quicktime video... is there a way to have labview select the quicktime player and then toggle the spacebar somehow?
You can use the 'Simulate_Keyboard.VI' as a subVI to generate a keystroke.
It uses a wrapper for the user32.dll created by microsoft for windows computers.
I have attached that VI.
Just load it as a subVI into your code, and do this to make the computer press the Space key