Click here to Skip to main content
15,891,721 members
Home / Discussions / C#
   

C#

 
AnswerRe: getting a NaN Pin
Guffa15-Sep-06 6:45
Guffa15-Sep-06 6:45 
GeneralRe: getting a NaN Pin
davidmakovoz15-Sep-06 7:09
davidmakovoz15-Sep-06 7:09 
AnswerRe: getting a NaN Pin
Guffa15-Sep-06 7:31
Guffa15-Sep-06 7:31 
QuestionTyped DataSets and "@Original_ID" Pin
eggsovereasy15-Sep-06 5:30
eggsovereasy15-Sep-06 5:30 
QuestionError in writing a file Pin
saqib8215-Sep-06 4:06
saqib8215-Sep-06 4:06 
AnswerRe: Error in writing a file Pin
Not Active15-Sep-06 4:20
mentorNot Active15-Sep-06 4:20 
AnswerRe: Error in writing a file Pin
saqib8215-Sep-06 4:28
saqib8215-Sep-06 4:28 
GeneralRe: Error in writing a file Pin
Rob Philpott15-Sep-06 4:41
Rob Philpott15-Sep-06 4:41 
What are you using to read the file you've written? You may be exhibiting what would seem to be a quite simple problem but actually causes a lot of problems - there is no standard on what a line break should be. Windows uses CRLF (0x0d0a) where as Unix and its Linux offshoots use just LF.

Somewhere in .NET, I can't remember where, there is a setting which allows you to control this.

Are you going cross-platform at all?

Regards,
Rob Philpott.

GeneralRe: Error in writing a file Pin
saqib8215-Sep-06 4:46
saqib8215-Sep-06 4:46 
GeneralRe: Error in writing a file Pin
Rob Philpott15-Sep-06 4:56
Rob Philpott15-Sep-06 4:56 
GeneralRe: Error in writing a file Pin
Not Active15-Sep-06 5:53
mentorNot Active15-Sep-06 5:53 
GeneralRe: Error in writing a file Pin
saqib8215-Sep-06 8:23
saqib8215-Sep-06 8:23 
GeneralRe: Error in writing a file Pin
Not Active15-Sep-06 8:31
mentorNot Active15-Sep-06 8:31 
GeneralRe: Error in writing a file Pin
saqib8215-Sep-06 8:58
saqib8215-Sep-06 8:58 
GeneralRe: Error in writing a file Pin
Coding C#15-Sep-06 21:49
Coding C#15-Sep-06 21:49 
Question"Lost" the Toolbox : Everything is grayed out. Pin
...---...15-Sep-06 4:00
...---...15-Sep-06 4:00 
Questionloop a string Pin
saqib8215-Sep-06 2:50
saqib8215-Sep-06 2:50 
AnswerRe: loop a string Pin
Guffa15-Sep-06 3:01
Guffa15-Sep-06 3:01 
GeneralRe: loop a string Pin
saqib8215-Sep-06 4:08
saqib8215-Sep-06 4:08 
AnswerRe: loop a string Pin
Guffa15-Sep-06 5:05
Guffa15-Sep-06 5:05 
GeneralRe: loop a string Pin
Judah Gabriel Himango15-Sep-06 6:46
sponsorJudah Gabriel Himango15-Sep-06 6:46 
QuestionMaking a file expire Pin
Brady Kelly15-Sep-06 2:11
Brady Kelly15-Sep-06 2:11 
AnswerRe: Making a file expire Pin
Sebastian Schneider15-Sep-06 3:34
Sebastian Schneider15-Sep-06 3:34 
GeneralRe: Making a file expire Pin
Brady Kelly15-Sep-06 3:46
Brady Kelly15-Sep-06 3:46 
QuestionHow can i change the colour, of a menu, or menu item? Pin
Anthony Mushrow15-Sep-06 2:10
professionalAnthony Mushrow15-Sep-06 2:10 

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.