W
Walter
Hi Al
I have a question about multidimensionally Arrays
I have an ActiveX EXE with a function
I made a reference to this activeX
Now i need to call my Method
Looks like
System.Array myArray; // should be an multidimensionally Array
if (Test.MyMethod(ref System.Array myArray))
{
//.......
}
I allways receive an exception.!!
Do someone have an idea how i must handle this in C#.
Thanks a lot
Walter
I have a question about multidimensionally Arrays
I have an ActiveX EXE with a function
I made a reference to this activeX
Now i need to call my Method
Looks like
System.Array myArray; // should be an multidimensionally Array
if (Test.MyMethod(ref System.Array myArray))
{
//.......
}
I allways receive an exception.!!
Do someone have an idea how i must handle this in C#.
Thanks a lot
Walter