Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
AnswerRe: Reading/loading website source or text... Pin
Guffa10-Apr-06 4:07
Guffa10-Apr-06 4:07 
GeneralRe: Reading/loading website source or text... Pin
pwolfamv10-Apr-06 11:02
pwolfamv10-Apr-06 11:02 
QuestionPING from console applciation Pin
J. Lamb10-Apr-06 2:04
J. Lamb10-Apr-06 2:04 
AnswerRe: PING from console applciation Pin
Vasudevan Deepak Kumar10-Apr-06 2:19
Vasudevan Deepak Kumar10-Apr-06 2:19 
QuestionQuotes in C# Pin
Mark0610-Apr-06 1:39
Mark0610-Apr-06 1:39 
AnswerRe: Quotes in C# Pin
alexey N10-Apr-06 1:49
alexey N10-Apr-06 1:49 
GeneralRe: Quotes in C# Pin
Mark0610-Apr-06 2:01
Mark0610-Apr-06 2:01 
GeneralRe: Quotes in C# Pin
Jakob Farian Krarup10-Apr-06 3:50
Jakob Farian Krarup10-Apr-06 3:50 
Hi Andy

Another possibility that I like is putting a "@" in front of the string.
THen you can show the "'s using double ""'s

For example:
string quote = @"Andy said ""hi!""";

this also lets you write backslashes without needing the ekstra backslash.

For example:

string path1 = "C:\\data\\text.dat";
string path2 = @"C:\data\text.dat";

now you have choices Laugh | :laugh:

- Jakob

Three kinds of people in the world:
- Those who can count..
- Those who can't!
AnswerRe: Quotes in C# Pin
albCode10-Apr-06 4:03
albCode10-Apr-06 4:03 
GeneralRe: Quotes in C# Pin
Guffa10-Apr-06 6:19
Guffa10-Apr-06 6:19 
QuestionSaving/Loading a List to file. Pin
anderslundsgard10-Apr-06 0:59
anderslundsgard10-Apr-06 0:59 
AnswerRe: Saving/Loading a List to file. Pin
leppie10-Apr-06 1:35
leppie10-Apr-06 1:35 
Questiontlb import failes Pin
V.9-Apr-06 23:37
professionalV.9-Apr-06 23:37 
QuestionProblem in DB Pin
mehrdadc489-Apr-06 23:03
mehrdadc489-Apr-06 23:03 
AnswerRe: Problem in DB Pin
Colin Angus Mackay9-Apr-06 23:29
Colin Angus Mackay9-Apr-06 23:29 
Questiontapi3 + playing audio in outgoing call Pin
hafz9-Apr-06 23:01
hafz9-Apr-06 23:01 
QuestionGrid view and dropdownlist Pin
papa19809-Apr-06 22:34
papa19809-Apr-06 22:34 
QuestionHow to use code to retrieve images from WebCam? Pin
WindDance9-Apr-06 22:06
WindDance9-Apr-06 22:06 
AnswerRe: How to use code to retrieve images from WebCam? Pin
Ben Gonzalez10-Apr-06 5:57
Ben Gonzalez10-Apr-06 5:57 
QuestionHow to use Code to get image from WebCam Pin
WindDance9-Apr-06 22:04
WindDance9-Apr-06 22:04 
QuestionrootCS.cer Pin
guroo139-Apr-06 21:32
guroo139-Apr-06 21:32 
QuestionQuerying installed software Pin
User 5826199-Apr-06 21:10
User 5826199-Apr-06 21:10 
AnswerRe: Querying installed software Pin
Robert Rohde9-Apr-06 22:08
Robert Rohde9-Apr-06 22:08 
GeneralRe: Querying installed software Pin
User 58261910-Apr-06 2:35
User 58261910-Apr-06 2:35 
QuestionHow to open the oledbObject of word document in PowerPoint application using C# Pin
sam_g19-Apr-06 21:03
sam_g19-Apr-06 21:03 

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.