Hi All I want to call a VB.Net 2008 procedure from VB6 via a com object, and pass it an array of strings.
The procedure works OK if I stick to string parameters and not arrays. However when I build the com object with the procedure having an array of strings as a parameter I get a compile error in VB6 "function or interface marked as restricted, or the function uses an automation type not supported in Visual Basic" Any ideas? Thanks Kirsten
