Click here to Skip to main content
15,887,485 members
Home / Discussions / C#
   

C#

 
GeneralRe: Form Pin
mrithula811-Feb-09 18:16
mrithula811-Feb-09 18:16 
GeneralRe: Form [modified] Pin
Alan N12-Feb-09 0:30
Alan N12-Feb-09 0:30 
Answerit is easy look here Pin
erfi12-Feb-09 0:27
erfi12-Feb-09 0:27 
QuestionRE: Datagrid with check box Pin
chandhuBTS11-Feb-09 1:36
chandhuBTS11-Feb-09 1:36 
QuestionCarraige Return Issue Pin
MumbleB11-Feb-09 1:34
MumbleB11-Feb-09 1:34 
AnswerRe: Carraige Return Issue [modified] Pin
ABitSmart11-Feb-09 1:44
ABitSmart11-Feb-09 1:44 
AnswerRe: Carraige Return Issue Pin
musefan11-Feb-09 1:49
musefan11-Feb-09 1:49 
AnswerRe: Carraige Return Issue Pin
Guffa11-Feb-09 2:01
Guffa11-Feb-09 2:01 
Then I suppose that you only want to replace the occurances of CR where they are not followed by a LF?

You can use the Regex.Replace method with a pattern like "\r(?!\n)" to replace them.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: Carraige Return Issue Pin
MumbleB11-Feb-09 2:10
MumbleB11-Feb-09 2:10 
GeneralRe: Carraige Return Issue Pin
Guffa11-Feb-09 6:34
Guffa11-Feb-09 6:34 
AnswerRe: Carraige Return Issue Pin
Luc Pattyn11-Feb-09 11:44
sitebuilderLuc Pattyn11-Feb-09 11:44 
JokeRe: Carraige Return Issue Pin
Guffa12-Feb-09 19:28
Guffa12-Feb-09 19:28 
QuestionC# Image Printing Pin
scotlandc11-Feb-09 1:27
scotlandc11-Feb-09 1:27 
AnswerRe: C# Image Printing Pin
musefan11-Feb-09 1:38
musefan11-Feb-09 1:38 
GeneralRe: C# Image Printing Pin
scotlandc11-Feb-09 1:41
scotlandc11-Feb-09 1:41 
GeneralRe: C# Image Printing Pin
musefan11-Feb-09 1:46
musefan11-Feb-09 1:46 
QuestionARRAY LIST TO STRING Pin
lawrenceinba11-Feb-09 1:02
lawrenceinba11-Feb-09 1:02 
AnswerRe: ARRAY LIST TO STRING Pin
Kristian Sixhøj11-Feb-09 1:06
Kristian Sixhøj11-Feb-09 1:06 
AnswerRe: ARRAY LIST TO STRING Pin
musefan11-Feb-09 1:13
musefan11-Feb-09 1:13 
GeneralRe: ARRAY LIST TO STRING Pin
Deresen11-Feb-09 10:36
Deresen11-Feb-09 10:36 
AnswerRe: ARRAY LIST TO STRING Pin
Luc Pattyn11-Feb-09 11:46
sitebuilderLuc Pattyn11-Feb-09 11:46 
GeneralRe: ARRAY LIST TO STRING Pin
lawrenceinba11-Feb-09 20:02
lawrenceinba11-Feb-09 20:02 
AnswerRe: ARRAY LIST TO STRING Pin
ABitSmart11-Feb-09 1:37
ABitSmart11-Feb-09 1:37 
QuestionBatchs programs Pin
abbd11-Feb-09 0:48
abbd11-Feb-09 0:48 
AnswerRe: Batchs programs Pin
Guffa11-Feb-09 1:05
Guffa11-Feb-09 1:05 

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.