1
votes

I have a dll with a method. This method accepts an object parameter (in .net) in vb6 it is defined as a variant, which is a vector of strings.

How can I make the call to this method on .net passing an array of strings?

Please send me an example

thanks

1
Is the client VB6? If so see this question and this question - MarkJ

1 Answers

1
votes

Both parties have good support for COM. I can't tell from your question whether or not the call comes from .net or VB6, but either way it will be simplest to communicate with good old fashioned COM.