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

C#

 
Questiongetting a NaN Pin
davidmakovoz15-Sep-06 6:02
davidmakovoz15-Sep-06 6:02 
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 
here is my code to write the file

FileStream file = new FileStream("Web.ini", FileMode.Truncate, FileAccess.ReadWrite);
StreamWriter sw = new StreamWriter ( file );

the file is written successfully, only the problem is that instead of getting line breaks in the written file, i get small square. (while i want the line break to be written)

sAqIb

GeneralRe: Error in writing a file Pin
Rob Philpott15-Sep-06 4:41
Rob Philpott15-Sep-06 4:41 
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 

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.