Re: Passing a Array into a com object
From: Nicholas Paldino [.NET/C# MVP] (mvp_at_spam.guard.caspershouse.com)
Date: 03/11/04
- Next message: Nicholas Paldino [.NET/C# MVP]: "Re: help in richtextbox."
- Previous message: Nicholas Paldino [.NET/C# MVP]: "Re: Arrowkeys in datagrid"
- In reply to: themadlad: "Passing a Array into a com object"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 11 Mar 2004 09:26:08 -0500
themadlad,
Can you give the method definition of the COM object you want to pass
the string array to? Without seeing that, it's hard to know.
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
"themadlad" <darrenmaddock@hotmail-dot-com.no-spam.invalid> wrote in message
news:40505e55$1_2@Usenet.com...
> Hello,
>
> I need to pass an array into a com object, however not of type
> object[].
>
> String[] fileList = new String[1];
> object xlFiles = new Object();
>
> Any Ideas? :?
>
>
> Posted Via Usenet.com Premium Usenet Newsgroup Services
> ----------------------------------------------------------
> ** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
> ----------------------------------------------------------
> http://www.usenet.com
- Next message: Nicholas Paldino [.NET/C# MVP]: "Re: help in richtextbox."
- Previous message: Nicholas Paldino [.NET/C# MVP]: "Re: Arrowkeys in datagrid"
- In reply to: themadlad: "Passing a Array into a com object"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|