I want to pass a string array from vb6 into a .net function and cannot at the mo. I tried declaring the string array in .net as byref params() as varianttype and as string, but try calling this function in vb6 gives the non vb type parameter error.
help.
