Hi
Does somebody know how I can get the classname of an object out of an ActiveX?
I tried this with the function Typename, but I only get "object" back and not the classname.
Dim obj as Style 'Style is a class defined in an OCX library
MsgBox TypeName(obj)
The class Style does not support a property "name" or "classname".
Thank's for the help
Bruno
