Click here to Skip to main content
15,889,335 members
Home / Discussions / C#
   

C#

 
GeneralForm Design Quandries Pin
RB@Emphasys6-May-03 7:54
RB@Emphasys6-May-03 7:54 
GeneralRe: Form Design Quandries Pin
Stephane Rodriguez.6-May-03 9:07
Stephane Rodriguez.6-May-03 9:07 
GeneralRe: Form Design Quandries Pin
RB@Emphasys6-May-03 9:12
RB@Emphasys6-May-03 9:12 
GeneralRe: Form Design Quandries Pin
RB@Emphasys6-May-03 9:21
RB@Emphasys6-May-03 9:21 
GeneralRe: Form Design Quandries Pin
Stephane Rodriguez.6-May-03 9:20
Stephane Rodriguez.6-May-03 9:20 
GeneralRe: Form Design Quandries Pin
RB@Emphasys6-May-03 9:22
RB@Emphasys6-May-03 9:22 
GeneralRelated to Files Pin
Kant6-May-03 7:42
Kant6-May-03 7:42 
GeneralRe: Related to Files Pin
Stephane Rodriguez.6-May-03 7:58
Stephane Rodriguez.6-May-03 7:58 
bool bExists = new System.IO.FileInfo(@"c:\test.txt").Exists;
long nLength = new System.IO.FileInfo(@"c:\test.txt").Length;

About char*, it's somewhat harder to answer. What's is supposed to be in managed code depends on the semantics of that char* : is it a pointer to a single char (use IntPtr, and marshal to char[] back and forth) ? is it an input string (use String in your method call) ? is it a fixed string (use StringBuilder) ? is it an output string (use ref String) ?

GeneralRe: Related to Files Pin
Kant6-May-03 8:24
Kant6-May-03 8:24 
GeneralRe: Related to Files Pin
Stephane Rodriguez.6-May-03 8:56
Stephane Rodriguez.6-May-03 8:56 
GeneralRe: Related to Files Pin
Daniel Turini6-May-03 8:21
Daniel Turini6-May-03 8:21 
GeneralSplit the file Pin
Kant6-May-03 4:49
Kant6-May-03 4:49 
GeneralRe: Split the file Pin
Stephane Rodriguez.6-May-03 5:49
Stephane Rodriguez.6-May-03 5:49 
GeneralRe: Split the file Pin
Kant6-May-03 6:12
Kant6-May-03 6:12 
GeneralRe: Split the file Pin
Stephane Rodriguez.6-May-03 6:40
Stephane Rodriguez.6-May-03 6:40 
GeneralRe: Split the file Pin
Kant6-May-03 6:54
Kant6-May-03 6:54 
GeneralRe: Split the file Pin
Stephane Rodriguez.6-May-03 6:59
Stephane Rodriguez.6-May-03 6:59 
Questionhow to write C# Applet, display it in a web page and the requirement? Pin
zoltix6-May-03 2:36
zoltix6-May-03 2:36 
AnswerRe: how to write C# Applet, display it in a web page and the requirement? Pin
Stephane Rodriguez.6-May-03 6:45
Stephane Rodriguez.6-May-03 6:45 
GeneralRe: how to write C# Applet, display it in a web page and the requirement? Pin
Anonymous6-May-03 11:49
Anonymous6-May-03 11:49 
GeneralRe: how to write C# Applet, display it in a web page and the requirement? Pin
zoltix6-May-03 11:51
zoltix6-May-03 11:51 
AnswerRe: how to write C# Applet, display it in a web page and the requirement? Pin
Paresh Gheewala6-May-03 6:52
Paresh Gheewala6-May-03 6:52 
Generalmappoint 2002 com add-in Pin
Niko Tanghe6-May-03 2:29
Niko Tanghe6-May-03 2:29 
GeneralRe: mappoint 2002 com add-in Pin
Stephane Rodriguez.6-May-03 6:53
Stephane Rodriguez.6-May-03 6:53 
GeneralRe: mappoint 2002 com add-in Pin
Niko Tanghe6-May-03 23:13
Niko Tanghe6-May-03 23:13 

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.