Activex Control functions?

S

Scamp

I have a vendor supplied Activex Control with zero documentation. Is
there anyway to find a list of functions supported by the control if I
can't get that info from them?
 
D

Douglas J Steele

Not reliably.

If you add a reference to the control, you'll be able to see its methods in
Object Browser. However, just seeing the names of the methods and properties
often isn't sufficient.
 
Top