LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I Programmatically include files in the CVI Project window?

Hello,
I would like to dynamically add and remove files from the CVI Project window.

How can I do this?

Thanks in advance.
Rajev.
0 Kudos
Message 1 of 2
(2,505 Views)
Hello

CVI provides an activex interface that you can use to control it programatically. Check out the example under ..\CVI\samples\activex\cvi. The project uses a CVI Activex Automation Server instrument. I believe the function you need is CVI_AppAddFileToProject().

Thanks

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(2,505 Views)