|
-
Feb 27th, 2000, 08:28 PM
#1
Thread Starter
New Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|