Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
AnswerRe: mobile application Pin
Judah Gabriel Himango14-Nov-06 6:32
sponsorJudah Gabriel Himango14-Nov-06 6:32 
AnswerRe: mobile application Pin
ednrgc14-Nov-06 7:12
ednrgc14-Nov-06 7:12 
Questionmobile application Pin
Mohammed Elkholy14-Nov-06 6:09
Mohammed Elkholy14-Nov-06 6:09 
Questionsyntax highlighting in c# Pin
veluru krishna14-Nov-06 5:34
veluru krishna14-Nov-06 5:34 
AnswerRe: syntax highlighting in c# Pin
Colin Angus Mackay14-Nov-06 5:41
Colin Angus Mackay14-Nov-06 5:41 
AnswerRe: syntax highlighting in c# Pin
User 665814-Nov-06 5:52
User 665814-Nov-06 5:52 
Questionusing new line in saveFileDialog Pin
veluru krishna14-Nov-06 5:26
veluru krishna14-Nov-06 5:26 
AnswerRe: using new line in saveFileDialog Pin
User 665814-Nov-06 5:51
User 665814-Nov-06 5:51 
Are you viewing your file with notepad.exe? RichTextBox delimits the lines with a \n instead of the windows typical \r\n, that's why some editors have troubles with it. Proper editors like NotePad++ or UltraEdit have no problems with a \n on windows.
You might do that:

writer.Write(richTextBox1.Text.Replace("\n", Environment.NewLine));

modified 12-Sep-18 21:01pm.

QuestionChange Windows service to run under LocalSystem account from a user account (API) Pin
kulile14-Nov-06 5:11
kulile14-Nov-06 5:11 
QuestionOpening web page in a new tab Pin
Mertli Ozgur Nevres14-Nov-06 4:41
Mertli Ozgur Nevres14-Nov-06 4:41 
AnswerRe: Opening web page in a new tab Pin
Anthony Mushrow14-Nov-06 4:47
professionalAnthony Mushrow14-Nov-06 4:47 
AnswerRe: Opening web page in a new tab Pin
Eduard Keilholz14-Nov-06 4:53
Eduard Keilholz14-Nov-06 4:53 
GeneralRe: Opening web page in a new tab Pin
Mertli Ozgur Nevres14-Nov-06 5:00
Mertli Ozgur Nevres14-Nov-06 5:00 
AnswerRe: Opening web page in a new tab Pin
ednrgc14-Nov-06 5:19
ednrgc14-Nov-06 5:19 
AnswerRe: Opening web page in a new tab Pin
User 665814-Nov-06 5:59
User 665814-Nov-06 5:59 
QuestionProblem with ListBox selectedValueChange event Pin
digitalhand14-Nov-06 4:07
digitalhand14-Nov-06 4:07 
AnswerRe: Problem with ListBox selectedValueChange event Pin
ednrgc14-Nov-06 5:14
ednrgc14-Nov-06 5:14 
GeneralRe: Problem with ListBox selectedValueChange event Pin
digitalhand14-Nov-06 9:49
digitalhand14-Nov-06 9:49 
Questionviews Pin
sadafsagheer14-Nov-06 3:44
sadafsagheer14-Nov-06 3:44 
AnswerRe: views Pin
PlayByTheRules14-Nov-06 4:20
PlayByTheRules14-Nov-06 4:20 
GeneralRe: views Pin
ednrgc14-Nov-06 5:17
ednrgc14-Nov-06 5:17 
AnswerRe: views Pin
saqib8214-Nov-06 23:41
saqib8214-Nov-06 23:41 
QuestionWindows Forms Pin
tommypa7514-Nov-06 3:22
tommypa7514-Nov-06 3:22 
AnswerRe: Windows Forms Pin
ejuanpp14-Nov-06 3:41
ejuanpp14-Nov-06 3:41 
AnswerRe: Windows Forms Pin
ednrgc14-Nov-06 5:20
ednrgc14-Nov-06 5:20 

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.