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