Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB 6 call to add to array list error

Status
Not open for further replies.

Sniipe

Programmer
Oct 9, 2006
115
IE
I have a .net dll and it has a readonly peropery quotelist() as arraylist

The problem is that when I'm in VB6 I try the following:
objSolution.QuoteList.Add (objQuote)

And it fails with an "Object does not support this Property or Method"

Any ideas?
 
If it's readonly, you can't add to it...?

- Andy
___________________________________________________________________
If you think nobody cares you're alive, try missing a couple of mortgage payments
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top