LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I install activeX components with my executable so that the activeX controls will appear?

Currently when I install my stand alone application on a non-LabView PC the activeX container is empty. I am using the Microsoft Treeview Control. I understand that I need to register the activeX control manually. How do I do this?
0 Kudos
Message 1 of 2
(3,136 Views)
The tool used to manually install Active-X controls is
"regsvr32.exe". It usually is installed in your system32
directory and is callable from a command line.

For instance: regsvr32 myactiveX.ocx


"fat cat" wrote in message news:5065000000080000003D170000-984280909000@quiq.com...
> Currently when I install my stand alone application on a non-LabView
> PC the activeX container is empty. I am using the Microsoft Treeview
> Control. I understand that I need to register the activeX control
> manually. How do I do this?
Message 2 of 2
(3,135 Views)