|
-
Feb 27th, 2000, 08:38 PM
#1
Thread Starter
New Member
Hi
Does somebody know how I can access a property value of an ActiveX - Class by the property name (as a string)?
The ActiveX-Class does not have a collection called "Properties".
Example code:
Dim obj As ActiveX.Class
Dim a As Variant
'get value by property name
a = get_PropertyValue(obj,"PropertyNameXY")
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
|