LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sample code to list ActiveX methods/properties on an OCX

Hi,

I'm working with an ActiveX OCX and am looking for a sample piece of code to programatically list available properties and methods on the OCX so I can write them to file. Just wondering if anyone has a VI to do this?

There is an NI example "Get method property of OLE objects" but the downloadable zip file is missing subVIs.

Can anyone help out / point me in the right direction?

Cheers
Dan
0 Kudos
Message 1 of 3
(3,331 Views)
There is not such VI in LabVIEW, but there is VI that get you List of ActiveX events.

Why you need this? What do you want to do with list of all methods and properies?
0 Kudos
Message 2 of 3
(3,330 Views)
I have a sample VI to do this for a dll but I'd like something similar for an ActiveX object.

The OCX i'm using has a large number of methods which I would like to list in some documentation - hence the post.

Dan
0 Kudos
Message 3 of 3
(3,330 Views)