May 5, 2004 #1 ElykYoung Programmer May 5, 2004 1 US I have a windows dll (written in VB so its a com object) that returns and data type 'Collection'. How do I get the values out of the data type?
I have a windows dll (written in VB so its a com object) that returns and data type 'Collection'. How do I get the values out of the data type?
Aug 2, 2004 #2 bubbly Programmer Mar 28, 2003 74 AE As u said its a VB dll.... and u wd know the return type is a collection object.. in case u know the datatype then u cd use it...else u could fetch the values into ANY datatype. Upvote 0 Downvote
As u said its a VB dll.... and u wd know the return type is a collection object.. in case u know the datatype then u cd use it...else u could fetch the values into ANY datatype.