Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
QuestionCode behind File System Watcher Pin
thomforum29-Jul-10 2:50
thomforum29-Jul-10 2:50 
AnswerRe: Code behind File System Watcher Pin
Not Active29-Jul-10 3:05
mentorNot Active29-Jul-10 3:05 
AnswerRe: Code behind File System Watcher Pin
Luc Pattyn29-Jul-10 4:03
sitebuilderLuc Pattyn29-Jul-10 4:03 
AnswerRe: Code behind File System Watcher Pin
Bernhard Hiller1-Aug-10 22:22
Bernhard Hiller1-Aug-10 22:22 
GeneralRe: Code behind File System Watcher Pin
thomforum10-Aug-10 16:22
thomforum10-Aug-10 16:22 
Questionspecial character replacement Pin
varsh1229-Jul-10 2:14
varsh1229-Jul-10 2:14 
AnswerRe: special character replacement PinPopular
OriginalGriff29-Jul-10 2:21
mveOriginalGriff29-Jul-10 2:21 
AnswerRe: special character replacement Pin
Keith Barrow29-Jul-10 2:23
professionalKeith Barrow29-Jul-10 2:23 
Normally, you don't need to:

Console.WriteLine("\\");


will output \. You have to do extra work to switch the escaping functionality off (using @ before the string):

Console.WriteLine(@"\\");



will output \\. If you are still having problems, please post extra code so we can see what is going on better.

ragnaroknrol The Internet is For Porn[^]

Pete o'Hanlon: If it wasn't insulting tools, I'd say you were dumber than a bag of spanners.

GeneralRe: special character replacement Pin
varsh1229-Jul-10 2:35
varsh1229-Jul-10 2:35 
GeneralRe: special character replacement Pin
Keith Barrow29-Jul-10 2:46
professionalKeith Barrow29-Jul-10 2:46 
AnswerRe: special character replacement Pin
musefan29-Jul-10 2:49
musefan29-Jul-10 2:49 
GeneralRe: special character replacement Pin
varsh1229-Jul-10 3:12
varsh1229-Jul-10 3:12 
GeneralRe: special character replacement PinPopular
PIEBALDconsult29-Jul-10 3:17
mvePIEBALDconsult29-Jul-10 3:17 
AnswerRe: special character replacement Pin
PIEBALDconsult29-Jul-10 3:13
mvePIEBALDconsult29-Jul-10 3:13 
GeneralRe: special character replacement Pin
varsh1229-Jul-10 3:20
varsh1229-Jul-10 3:20 
GeneralRe: special character replacement Pin
PIEBALDconsult29-Jul-10 3:22
mvePIEBALDconsult29-Jul-10 3:22 
GeneralRe: special character replacement Pin
Keith Barrow29-Jul-10 3:36
professionalKeith Barrow29-Jul-10 3:36 
AnswerRe: special character replacement Pin
Luc Pattyn29-Jul-10 4:06
sitebuilderLuc Pattyn29-Jul-10 4:06 
GeneralRe: special character replacement Pin
varsh1229-Jul-10 4:49
varsh1229-Jul-10 4:49 
GeneralRe: special character replacement Pin
Sauro Viti29-Jul-10 5:19
professionalSauro Viti29-Jul-10 5:19 
GeneralRe: special character replacement Pin
Luc Pattyn29-Jul-10 7:43
sitebuilderLuc Pattyn29-Jul-10 7:43 
GeneralRe: special character replacement Pin
varsh1230-Jul-10 19:30
varsh1230-Jul-10 19:30 
QuestionMessage Removed Pin
29-Jul-10 0:28
sush829-Jul-10 0:28 
AnswerRe: How to convert doc file to pdf file using itextsharp? PinPopular
OriginalGriff29-Jul-10 0:55
mveOriginalGriff29-Jul-10 0:55 
GeneralRe: How to convert doc file to pdf file using itextsharp? Pin
sush829-Jul-10 1:21
sush829-Jul-10 1:21 

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.