Click here to Skip to main content
15,917,565 members
Home / Discussions / C#
   

C#

 
GeneralRe: Exception on Instantiating TextBox Pin
mav.northwind29-Oct-05 8:24
mav.northwind29-Oct-05 8:24 
QuestionAsynchronous Sockets Pin
akshayswaroop26-Oct-05 19:44
akshayswaroop26-Oct-05 19:44 
QuestionAdding Data and Sorting ListView Pin
MJay26-Oct-05 19:32
MJay26-Oct-05 19:32 
Questionweb design Pin
momoo26-Oct-05 16:36
momoo26-Oct-05 16:36 
AnswerRe: web design Pin
Christian Graus26-Oct-05 16:44
protectorChristian Graus26-Oct-05 16:44 
QuestionPlease help - problem on using FileSystemWatcher Pin
Tigger9926-Oct-05 16:04
Tigger9926-Oct-05 16:04 
AnswerRe: Please help - problem on using FileSystemWatcher Pin
Christian Graus26-Oct-05 16:13
protectorChristian Graus26-Oct-05 16:13 
GeneralRe: Please help - problem on using FileSystemWatcher Pin
Tigger9926-Oct-05 16:16
Tigger9926-Oct-05 16:16 
GeneralRe: Please help - problem on using FileSystemWatcher Pin
Christian Graus26-Oct-05 16:19
protectorChristian Graus26-Oct-05 16:19 
Questionprogram execution Pin
Zjaded26-Oct-05 15:24
Zjaded26-Oct-05 15:24 
AnswerRe: program execution Pin
leppie26-Oct-05 15:28
leppie26-Oct-05 15:28 
AnswerRe: program execution Pin
Christian Graus26-Oct-05 15:51
protectorChristian Graus26-Oct-05 15:51 
Questionsystem.array as parameter Pin
Member 239309226-Oct-05 14:56
Member 239309226-Oct-05 14:56 
I'm trying to call a com object method which I inherit in c#.net.
The com method signature is :
long GetBaseAssets(
[out] SAFEARRAY(BaseAssetInfo)* psaRecords,
[in, optional, defaultvalue(-1)] long BaseAssetCode);


and the clr create a reference for it as:
public virtual int GetBaseAssets ( out System.Array psaRecords , int BaseAssetCode )

The compiler says that argument 1 cannot convert from 'out taskbarlib.baseassetinfo[]' to 'out.system.array'.

The part in my c# class that calls the method looks like that:
BaseAssetInfo[] BaseAsset;
int intp;
rc = GetBaseAssets(out BaseAsset , intp);

Need your help,
Thanks.
AnswerRe: system.array as parameter Pin
leppie26-Oct-05 15:00
leppie26-Oct-05 15:00 
GeneralRe: system.array as parameter Pin
Member 239309226-Oct-05 15:12
Member 239309226-Oct-05 15:12 
AnswerRe: system.array as parameter Pin
leppie26-Oct-05 15:26
leppie26-Oct-05 15:26 
QuestionC# and mysql Pin
vandread126-Oct-05 13:51
vandread126-Oct-05 13:51 
AnswerRe: C# and mysql Pin
Christian Graus26-Oct-05 13:55
protectorChristian Graus26-Oct-05 13:55 
AnswerRe: C# and mysql Pin
Wjousts26-Oct-05 14:50
Wjousts26-Oct-05 14:50 
AnswerRe: C# and mysql Pin
seee sharp26-Oct-05 18:21
seee sharp26-Oct-05 18:21 
GeneralRe: C# and mysql Pin
Jeason Zhao27-Oct-05 4:26
Jeason Zhao27-Oct-05 4:26 
GeneralRe: C# and mysql Pin
vandread12-Nov-05 8:12
vandread12-Nov-05 8:12 
QuestionC# ArrayList Pin
Doncp26-Oct-05 12:38
Doncp26-Oct-05 12:38 
AnswerRe: C# ArrayList Pin
Wjousts26-Oct-05 12:48
Wjousts26-Oct-05 12:48 
AnswerRe: C# ArrayList Pin
enjoycrack26-Oct-05 12:49
enjoycrack26-Oct-05 12:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.