Click here to Skip to main content
15,921,793 members
Home / Discussions / C#
   

C#

 
GeneralCoordination values in different monitors Pin
luckyeagle10-May-05 18:15
luckyeagle10-May-05 18:15 
GeneralRe: Coordination values in different monitors Pin
Christian Graus10-May-05 18:19
protectorChristian Graus10-May-05 18:19 
QuestionIn c#, how to managed the 2 dimension array? Pin
welsrping10-May-05 17:17
welsrping10-May-05 17:17 
AnswerRe: In c#, how to managed the 2 dimension array? Pin
Christian Graus10-May-05 17:27
protectorChristian Graus10-May-05 17:27 
GeneralRe: In c#, how to managed the 2 dimension array? Pin
welsrping10-May-05 19:34
welsrping10-May-05 19:34 
GeneralRe: In c#, how to managed the 2 dimension array? Pin
Christian Graus11-May-05 12:50
protectorChristian Graus11-May-05 12:50 
GeneralRe: In c#, how to managed the 2 dimension array? Pin
welsrping11-May-05 14:00
welsrping11-May-05 14:00 
AnswerRe: In c#, how to managed the 2 dimension array? Pin
pubududilena10-May-05 19:43
pubududilena10-May-05 19:43 
hi,
dll must have public methods..
if dll is a componnet,you can add it to the .net using refferences-->>add reference..
after that it is easier for you..

if not you have to import dll like this:
[DllImport("abc.DLL",EntryPoint="methodname",ExactSpelling=false,SetLastError=true)]static extern int methodname(double[][] dd);

I think you may help above details..

regards ,
pubudu..
GeneralRe: In c#, how to managed the 2 dimension array? Pin
welsrping10-May-05 19:56
welsrping10-May-05 19:56 
GeneralRe: In c#, how to managed the 2 dimension array? Pin
pubududilena10-May-05 20:05
pubududilena10-May-05 20:05 
GeneralC# Form (Show Statement) Pin
Master Bushnell10-May-05 14:53
Master Bushnell10-May-05 14:53 
GeneralRe: C# Form (Show Statement) Pin
Reanalyse10-May-05 15:02
Reanalyse10-May-05 15:02 
GeneralASP.NET/C# Pin
The Yellow Dart10-May-05 13:13
The Yellow Dart10-May-05 13:13 
GeneralRe: ASP.NET/C# Pin
Christian Graus10-May-05 17:05
protectorChristian Graus10-May-05 17:05 
GeneralMP3 playback Pin
Azio10-May-05 12:33
Azio10-May-05 12:33 
GeneralRe: MP3 playback Pin
Christian Graus10-May-05 13:19
protectorChristian Graus10-May-05 13:19 
GeneralRe: MP3 playback Pin
Azio13-May-05 7:57
Azio13-May-05 7:57 
GeneralComparing users to a group of users Pin
samoore10-May-05 11:56
samoore10-May-05 11:56 
Questionwhat is this socket behavior in c# ?!!! Pin
faroqtam10-May-05 11:11
faroqtam10-May-05 11:11 
AnswerRe: what is this socket behavior in c# ?!!! Pin
Judah Gabriel Himango10-May-05 11:40
sponsorJudah Gabriel Himango10-May-05 11:40 
QuestionHow to compare two HTML files Pin
Mohsen Saad10-May-05 10:56
Mohsen Saad10-May-05 10:56 
AnswerRe: How to compare two HTML files Pin
Judah Gabriel Himango10-May-05 11:46
sponsorJudah Gabriel Himango10-May-05 11:46 
GeneralDataType size in DataTable Pin
machocr10-May-05 10:36
machocr10-May-05 10:36 
GeneralRe: DataType size in DataTable Pin
pubududilena10-May-05 19:28
pubududilena10-May-05 19:28 
GeneralRe: DataType size in DataTable Pin
machocr11-May-05 6:39
machocr11-May-05 6:39 

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.