LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Open other applications, simulate keyboard inputs, and view clipboard outputs?

Can I create an exexcutable which will open other Windows applications, simulate keyboard input to the application, and access application output via the clipboard?
0 Kudos
Message 1 of 3
(3,257 Views)
Hi,

There aren't any CVI specific functions that allow you to do this, but if you have the Windows SDK I'm sure you can find some functions that would help you do this. All you would have to do is include the header file (normally windows.h) to your CVI application and you would be able to access those functions. Take a look on the MSDN website and possibly google around to see if you can find them. Hope this helps!

Jeremy L.
National Instruments
Jeremy L.
National Instruments
0 Kudos
Message 2 of 3
(3,257 Views)
Download the projet SendKeys in this page.
http://perso.wanadoo.fr/philippe.baucour/download/sdk/sdk.html
Rebel CVI is a wonderfull website about CVI (in french)
I think that's pretty much what you wan't to do.


Jeremy L wrote in message news:<5065000000050000000ABD0100-1079395200000@exchange.ni.com>...
> Hi,
>
> There aren't any CVI specific functions that allow you to do this, but
> if you have the Windows SDK I'm sure you can find some functions that
> would help you do this. All you would have to do is include the
> header file (normally windows.h) to your CVI application and you would
> be able to access those functions. Take a look on the MSDN website
> and possibly google around to see if you can find them. Hope this
> helps!
>
> Jere
my L.
> National Instruments
0 Kudos
Message 3 of 3
(3,257 Views)