I am using a pocket pc. How do I make a new line using code? Thanks for any help
Printable View
I am using a pocket pc. How do I make a new line using code? Thanks for any help
ControlChars.NewLine
isn't in my framework apparently
Oops! I forgot I was in C# land. ControlChars is a VB feature. It was added to VB because it doesn't support C-style escape sequences, like "\r\n", which is a line break.
alright thanks