Click here to Skip to main content
15,888,733 members
Home / Discussions / C#
   

C#

 
Questionwav Pin
sanforjackass24-Dec-09 3:37
sanforjackass24-Dec-09 3:37 
AnswerRe: wav Pin
Richard MacCutchan24-Dec-09 3:58
mveRichard MacCutchan24-Dec-09 3:58 
GeneralRe: wav Pin
sanforjackass24-Dec-09 4:04
sanforjackass24-Dec-09 4:04 
GeneralRe: wav Pin
Saksida Bojan24-Dec-09 4:12
Saksida Bojan24-Dec-09 4:12 
AnswerRe: wav Pin
LimitedAtonement24-Dec-09 4:32
LimitedAtonement24-Dec-09 4:32 
QuestionReplacing backslahes in a string Pin
Danpeking24-Dec-09 2:57
Danpeking24-Dec-09 2:57 
AnswerRe: Replacing backslahes in a string Pin
Danpeking24-Dec-09 3:03
Danpeking24-Dec-09 3:03 
GeneralRe: Replacing backslahes in a string Pin
Saksida Bojan24-Dec-09 3:55
Saksida Bojan24-Dec-09 3:55 
Backslash is escape character. It means that String will hold a value that is represented by char that follows backslash

\' - single quote, needed for character literals
\" - double quote, needed for string literals
\\ - backslash
\0 - Unicode character 0
\a - Alert (character 7)
\b - Backspace (character 8)
\f - Form feed (character 12)
\n - New line (character 10)
\r - Carriage return (character 13)
\t - Horizontal tab (character 9)
\v - Vertical quote (character 11)
\uxxxx - Unicode escape sequence for character with hex value xxxx
\xn[n][n][n] - Unicode escape sequence for character with hex value nnnn (variable length version of \uxxxx)
\Uxxxxxxxx - Unicode escape sequence for character with hex value xxxxxxxx (for generating surrogates)
Questionpassing parameters from crystal report to windows form Pin
Nitin S24-Dec-09 1:11
professionalNitin S24-Dec-09 1:11 
Generalcoding of IPsec functionality Pin
3bood.ghzawi24-Dec-09 0:00
3bood.ghzawi24-Dec-09 0:00 
QuestionCREATE DATABASE permission denied in database 'master' Pin
haleemasher23-Dec-09 19:39
haleemasher23-Dec-09 19:39 
AnswerRe: CREATE DATABASE permission denied in database 'master' Pin
Russ-T23-Dec-09 20:24
Russ-T23-Dec-09 20:24 
Questiondraw rich text in a custom control Pin
Duong Tien Nam23-Dec-09 16:11
Duong Tien Nam23-Dec-09 16:11 
AnswerRe: draw rich text in a custom control Pin
Jimmanuel24-Dec-09 2:25
Jimmanuel24-Dec-09 2:25 
QuestionC# TripleDES and Perl CPAN:Crypt Pin
draskosaric23-Dec-09 15:28
draskosaric23-Dec-09 15:28 
AnswerRe: C# TripleDES and Perl CPAN:Crypt Pin
Garth J Lancaster23-Dec-09 17:01
professionalGarth J Lancaster23-Dec-09 17:01 
GeneralRe: C# TripleDES and Perl CPAN:Crypt Pin
draskosaric24-Dec-09 20:59
draskosaric24-Dec-09 20:59 
QuestionC# Creating a class and assigning properties to it. Pin
Darrall23-Dec-09 14:01
Darrall23-Dec-09 14:01 
AnswerRe: C# Creating a class and assigning properties to it. Pin
Luc Pattyn23-Dec-09 15:00
sitebuilderLuc Pattyn23-Dec-09 15:00 
GeneralRe: C# Creating a class and assigning properties to it. Pin
Darrall23-Dec-09 15:49
Darrall23-Dec-09 15:49 
GeneralRe: C# Creating a class and assigning properties to it. Pin
Luc Pattyn23-Dec-09 16:06
sitebuilderLuc Pattyn23-Dec-09 16:06 
GeneralRe: C# Creating a class and assigning properties to it. Pin
Darrall24-Dec-09 4:26
Darrall24-Dec-09 4:26 
AnswerRe: C# Creating a class and assigning properties to it. Pin
#realJSOP23-Dec-09 21:56
mve#realJSOP23-Dec-09 21:56 
GeneralRe: C# Creating a class and assigning properties to it. Pin
Darrall24-Dec-09 4:52
Darrall24-Dec-09 4:52 
AnswerRe: C# Creating a class and assigning properties to it. Pin
Richard MacCutchan23-Dec-09 22:28
mveRichard MacCutchan23-Dec-09 22:28 

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.