LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I implement an active X (written in Delphi) into LabView?

How do I integrate an *.ocx file into LV environment?
0 Kudos
Message 1 of 2
(2,585 Views)
There are two ways to do this:

The first is the most common, but I highly recommend against it, unless you know that the OCX works, won't be changed, and is needed by other applications besides LabVIEW. This method requires that you register the ocx. Use regsrv to do this.

The second method is much less formal, but allows you to change the ocx without affecting your LabVIEW code (in my experience). Simply place the ocx in a directory of your choice, go to LabVIEW, and browse to the ocx manually.

Good luck.
0 Kudos
Message 2 of 2
(2,585 Views)