Click here to Skip to main content
15,907,281 members
Home / Discussions / C#
   

C#

 
QuestionCopying partitions by kernel32 methods Pin
LordZoster14-Apr-09 0:29
LordZoster14-Apr-09 0:29 
Questionanimations on Win mobile 5.0 Pin
Deepali Khalkar14-Apr-09 0:27
Deepali Khalkar14-Apr-09 0:27 
AnswerRe: animations on Win mobile 5.0 Pin
raghebamer14-Apr-09 0:45
raghebamer14-Apr-09 0:45 
QuestionEjecting a CD opened by explorer Pin
LordZoster14-Apr-09 0:25
LordZoster14-Apr-09 0:25 
AnswerRe: Ejecting a CD opened by explorer Pin
Giorgi Dalakishvili14-Apr-09 0:57
mentorGiorgi Dalakishvili14-Apr-09 0:57 
GeneralRe: Ejecting a CD opened by explorer Pin
LordZoster14-Apr-09 4:20
LordZoster14-Apr-09 4:20 
GeneralRe: Ejecting a CD opened by explorer Pin
Giorgi Dalakishvili14-Apr-09 6:11
mentorGiorgi Dalakishvili14-Apr-09 6:11 
QuestionWMP how show picture.... Pin
VisualLive14-Apr-09 0:23
VisualLive14-Apr-09 0:23 
AnswerRe: WMP how show picture.... Pin
Eddy Vluggen14-Apr-09 1:22
professionalEddy Vluggen14-Apr-09 1:22 
GeneralRe: WMP how show picture.... Pin
musefan14-Apr-09 1:46
musefan14-Apr-09 1:46 
GeneralRe: WMP how show picture.... Pin
Eddy Vluggen14-Apr-09 6:19
professionalEddy Vluggen14-Apr-09 6:19 
AnswerRe: WMP how show picture.... Pin
musefan14-Apr-09 1:41
musefan14-Apr-09 1:41 
Questionhow to scroll the text from bottom to top Pin
mist_psycho14-Apr-09 0:13
mist_psycho14-Apr-09 0:13 
QuestionRe: how to scroll the text from bottom to top Pin
Eddy Vluggen14-Apr-09 1:19
professionalEddy Vluggen14-Apr-09 1:19 
AnswerRe: how to scroll the text from bottom to top Pin
mist_psycho14-Apr-09 4:40
mist_psycho14-Apr-09 4:40 
AnswerRe: how to scroll the text from bottom to top Pin
Eddy Vluggen14-Apr-09 6:27
professionalEddy Vluggen14-Apr-09 6:27 
GeneralRe: how to scroll the text from bottom to top Pin
mist_psycho14-Apr-09 19:39
mist_psycho14-Apr-09 19:39 
GeneralRe: how to scroll the text from bottom to top Pin
Eddy Vluggen14-Apr-09 22:39
professionalEddy Vluggen14-Apr-09 22:39 
QuestionResponse Headers Pin
grewin13-Apr-09 23:49
grewin13-Apr-09 23:49 
AnswerRe: Response Headers Pin
Eddy Vluggen14-Apr-09 1:18
professionalEddy Vluggen14-Apr-09 1:18 
GeneralRe: Response Headers Pin
grewin20-Apr-09 21:46
grewin20-Apr-09 21:46 
QuestionSaving exported Excel doc generates missing CSS file error Pin
shantanusenin13-Apr-09 23:13
shantanusenin13-Apr-09 23:13 
QuestionUm, NewLine char ain't workin' nomore. Pin
jas0n2313-Apr-09 23:07
jas0n2313-Apr-09 23:07 
Hi all,

I'm using \n to create a new line when I wrote to a text file. Here's how I'm writing the string:

File.AppendAllText(destinationpath.Text, "Hi, this is a\n multiline\n text\n file.");

Now, it's not working.When I open the text file that was created, the whole thing's just a single line, but where the new line should have been created, there is a weird-looking square in its place. I've used \n to create new lines in the past and it worked perfectly but it doesn't want to work anymore. Does anyone have any ideas?

Jay.

foreach( inch on Jason )
{
Girlfriend.IsHappier();
}

AnswerRe: Um, NewLine char ain't workin' nomore. Pin
Dino Mulahusic13-Apr-09 23:11
professionalDino Mulahusic13-Apr-09 23:11 
GeneralRe: Um, NewLine char ain't workin' nomore. Pin
jas0n2313-Apr-09 23:29
jas0n2313-Apr-09 23:29 

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.