Click here to Skip to main content
15,908,115 members
Home / Discussions / C#
   

C#

 
GeneralRe: not Sorting an Array at all... Pin
electriac10-Dec-07 8:37
electriac10-Dec-07 8:37 
GeneralUnplugging USB camera Pin
B!Z8-Dec-07 1:08
B!Z8-Dec-07 1:08 
GeneralRe: Unplugging USB camera Pin
Anthony Mushrow8-Dec-07 2:06
professionalAnthony Mushrow8-Dec-07 2:06 
GeneralRe: Unplugging USB camera Pin
B!Z10-Dec-07 20:04
B!Z10-Dec-07 20:04 
GeneralRe: Unplugging USB camera Pin
DaveyM699-Dec-07 23:57
professionalDaveyM699-Dec-07 23:57 
GeneralRe: Unplugging USB camera Pin
B!Z10-Dec-07 20:05
B!Z10-Dec-07 20:05 
QuestionCRLF?? Pin
Demian Panello7-Dec-07 23:48
Demian Panello7-Dec-07 23:48 
AnswerRe: CRLF?? Pin
Luc Pattyn8-Dec-07 1:22
sitebuilderLuc Pattyn8-Dec-07 1:22 
Hi,

in C-like languages (C, C++, Java, C#) there are escapes for special characters,
such as \r for CR, \n for LF, \t for TAB, \\ for BACKSLASH.

So you can write things such as "line 1\r\nline2".

If however you want to generate a platform-dependent "go to the next line" (for
.NET versions on different hardware/OS combinations), then
"line 1"+Environment.NewLine+"line 2" is the right choice.

If you are new to C# (or any other programming language) I would suggest you buy
a book on it and work your way through it, that's the easiest way to learn the basics.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


Sorry for any delays in replying, I currently don't get e-mail notifications.


GeneralRe: CRLF?? Pin
Demian Panello8-Dec-07 1:45
Demian Panello8-Dec-07 1:45 
GeneralWeb Folder Problem Pin
arslanjatt7-Dec-07 20:38
arslanjatt7-Dec-07 20:38 
GeneralRe: Web Folder Problem Pin
pmarfleet7-Dec-07 23:30
pmarfleet7-Dec-07 23:30 
GeneralRe: Web Folder Problem Pin
Christian Graus7-Dec-07 23:34
protectorChristian Graus7-Dec-07 23:34 
Generalsome question about VS2008 Pin
E_Gold7-Dec-07 20:13
E_Gold7-Dec-07 20:13 
GeneralRe: some question about VS2008 Pin
ekynox7-Dec-07 20:23
ekynox7-Dec-07 20:23 
GeneralRe: some question about VS2008 Pin
DaveyM6910-Dec-07 14:09
professionalDaveyM6910-Dec-07 14:09 
Questionhow to bind picture and database ? Pin
E_Gold7-Dec-07 19:58
E_Gold7-Dec-07 19:58 
AnswerRe: how to bind picture and database ? Pin
I Believe In GOD7-Dec-07 21:56
I Believe In GOD7-Dec-07 21:56 
Generalno splitcontainer in wpf Pin
angels7777-Dec-07 19:53
angels7777-Dec-07 19:53 
GeneralRe: no splitcontainer in wpf Pin
Christian Graus7-Dec-07 23:43
protectorChristian Graus7-Dec-07 23:43 
GeneralRe: no splitcontainer in wpf Pin
angels7778-Dec-07 23:36
angels7778-Dec-07 23:36 
GeneralWindows form in Windows service Pin
Arun Abraham Jose7-Dec-07 19:10
Arun Abraham Jose7-Dec-07 19:10 
GeneralCrytsal report Pin
new2pgrmg7-Dec-07 18:18
new2pgrmg7-Dec-07 18:18 
GeneralSetting up DataTable with rows Pin
MAW307-Dec-07 16:36
MAW307-Dec-07 16:36 
GeneralRe: Setting up DataTable with rows Pin
Chetan Patel7-Dec-07 17:08
Chetan Patel7-Dec-07 17:08 
GeneralRe: Setting up DataTable with rows Pin
MAW307-Dec-07 17:22
MAW307-Dec-07 17:22 

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.