On Sat, 26 Nov 2005 01:15:01 -0500, G G <[EMAIL PROTECTED]> wrote: >BTW were you able to pass string and integer (int32) arrays to your com >callers (VB6)? > >If you did, would you mind post a a prototype or two? >
There may be a .Net Framework class library that handles int and string arrays; see this article: http://msdn.microsoft.com/vbrun/vbfusion/usingnet/default.aspx I did something similar with a Scripting.Dictionary object. The FCL included a Dim idict As mscorlib.IDictionary Set idict = dict Set csharpproj.object.idictproperty = idict =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
