-
1
- #1
I have created an ActiveX control (OCX) which contains a collection object, declared as PUBLIC. I would like to display on a web page the contents of this collection.
I have other properties and methods that work fine on the control, but I can't seem to access the collection.
I tried this:
document.writeln MyControl.myCollection.Count()
This works fine in a regular VB application, but in VBscript, I get the following error:
Error in Loading DLL: 'MyControl.mycollection.count'
Any help would be greatly appreciated. [sig][/sig]
I have other properties and methods that work fine on the control, but I can't seem to access the collection.
I tried this:
document.writeln MyControl.myCollection.Count()
This works fine in a regular VB application, but in VBscript, I get the following error:
Error in Loading DLL: 'MyControl.mycollection.count'
Any help would be greatly appreciated. [sig][/sig]