Click here to Skip to main content
15,912,977 members
Home / Discussions / C#
   

C#

 
GeneralRe: Delegate Help Pin
JeremyLM8-Feb-07 4:04
JeremyLM8-Feb-07 4:04 
QuestionUpdating and removing nodes from a treeview Pin
sharpiesharpie8-Feb-07 2:12
sharpiesharpie8-Feb-07 2:12 
AnswerRe: Updating and removing nodes from a treeview Pin
Ravi Bhavnani8-Feb-07 6:16
professionalRavi Bhavnani8-Feb-07 6:16 
QuestionAdding compiled help to a C# project Pin
Antony M Kancidrowski8-Feb-07 1:58
Antony M Kancidrowski8-Feb-07 1:58 
AnswerRe: Adding compiled help to a C# project Pin
Sandeep Akhare8-Feb-07 3:14
Sandeep Akhare8-Feb-07 3:14 
GeneralRe: Adding compiled help to a C# project Pin
Antony M Kancidrowski8-Feb-07 4:24
Antony M Kancidrowski8-Feb-07 4:24 
Questionstring process Pin
Mohammad Daba'an8-Feb-07 1:56
Mohammad Daba'an8-Feb-07 1:56 
AnswerRe: string process Pin
Antony M Kancidrowski8-Feb-07 2:02
Antony M Kancidrowski8-Feb-07 2:02 
I assuming you are having problems with the escape character I would define the string that you are adding as follows:

private const string mystring = @"\u";

This tells the compiler to take the string litterally and not use the slash as an escape character.

Ant.

I'm hard, yet soft.
I'm coloured, yet clear.
I'm fruity and sweet.
I'm jelly, what am I? Muse on it further, I shall return!
- David Walliams (Little Britain)

GeneralRe: string process Pin
Mohammad Daba'an8-Feb-07 2:06
Mohammad Daba'an8-Feb-07 2:06 
GeneralRe: string process Pin
Antony M Kancidrowski8-Feb-07 2:16
Antony M Kancidrowski8-Feb-07 2:16 
GeneralRe: string process Pin
Mohammad Daba'an8-Feb-07 2:23
Mohammad Daba'an8-Feb-07 2:23 
GeneralRe: string process Pin
aSarafian8-Feb-07 2:29
aSarafian8-Feb-07 2:29 
GeneralRe: string process Pin
Mohammad Daba'an9-Feb-07 20:36
Mohammad Daba'an9-Feb-07 20:36 
GeneralRe: string process Pin
Antony M Kancidrowski8-Feb-07 2:31
Antony M Kancidrowski8-Feb-07 2:31 
GeneralRe: string process Pin
Mohammad Daba'an9-Feb-07 20:36
Mohammad Daba'an9-Feb-07 20:36 
GeneralRe: string process Pin
Mohammad Daba'an9-Feb-07 22:17
Mohammad Daba'an9-Feb-07 22:17 
GeneralSolution Pin
Mohammad Daba'an10-Feb-07 0:24
Mohammad Daba'an10-Feb-07 0:24 
QuestionFetching webpages as IE/Firefox Pin
phimix8-Feb-07 1:53
phimix8-Feb-07 1:53 
AnswerRe: Fetching webpages as IE/Firefox Pin
aSarafian8-Feb-07 2:30
aSarafian8-Feb-07 2:30 
GeneralRe: Fetching webpages as IE/Firefox Pin
phimix8-Feb-07 2:49
phimix8-Feb-07 2:49 
GeneralRe: Fetching webpages as IE/Firefox Pin
Sandeep Akhare8-Feb-07 3:23
Sandeep Akhare8-Feb-07 3:23 
GeneralRe: Fetching webpages as IE/Firefox Pin
Sandeep Akhare8-Feb-07 3:31
Sandeep Akhare8-Feb-07 3:31 
Questionremote again Pin
mihksoft8-Feb-07 1:46
mihksoft8-Feb-07 1:46 
AnswerRe: remote again Pin
Antony M Kancidrowski8-Feb-07 2:10
Antony M Kancidrowski8-Feb-07 2:10 
GeneralRe: remote again Pin
mihksoft8-Feb-07 2:26
mihksoft8-Feb-07 2:26 

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.