Click here to Skip to main content
15,888,113 members
Home / Discussions / C#
   

C#

 
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 
Kant wrote:
Is testString.Split('-') any good?

Yes. That's the simplest way to do so as long as there are no carriage returns between strings and separators. In which case, I would suggest to concatenate strings as you read the file (use StringBuilder, for performance reasons, since strings are immutable), and then call Split on the full string.
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 
GeneralKEYEVEN Pin
maitre cesar6-May-03 0:01
maitre cesar6-May-03 0:01 
GeneralRe: KEYEVEN Pin
Stephane Rodriguez.6-May-03 0:32
Stephane Rodriguez.6-May-03 0:32 
Generaluser-defined controls Pin
simwiz5-May-03 22:36
simwiz5-May-03 22:36 
QuestionHow to creat a free IHTMLDocument interface? Pin
benzite5-May-03 21:32
benzite5-May-03 21:32 
AnswerRe: How to creat a free IHTMLDocument interface? Pin
Stephane Rodriguez.5-May-03 22:47
Stephane Rodriguez.5-May-03 22:47 
GeneralRe: How to creat a free IHTMLDocument interface? Pin
benzite6-May-03 0:45
benzite6-May-03 0:45 
GeneralRe: How to creat a free IHTMLDocument interface? Pin
benzite6-May-03 18:03
benzite6-May-03 18:03 
GeneralRe: How to creat a free IHTMLDocument interface? Pin
Stephane Rodriguez.7-May-03 4:39
Stephane Rodriguez.7-May-03 4:39 
GeneralAccess components on modal form from mainform Pin
flyingv5-May-03 19:24
flyingv5-May-03 19:24 

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.