Hi all, I have created a COM wrapper component in c#.net. I generated .tlb file out of it. Also I added reference to tlb file in VB 6.0 application and can able to call functions of COM wrapper. In C#, i have declared a stringcollection to collect all the errors.But while mapping,this String collection is converted to Unknown in VB 6.0 and becoz of that i got mismatch error. so i changed the stringcollection to Arraylist in C#. This Arraylist is converted to String in VB 6.0 while mapping. and i got error while i tried to retrive the string. Plz give me suggestions on how to call a Stringcollection/arraylist in VB 6.0. Thanks in Advance,
cheers sangeet