Click here to Skip to main content
15,918,041 members
Home / Discussions / C#
   

C#

 
QuestionHow to get the cursor Pointed word Pin
mctramp16822-Aug-08 1:39
mctramp16822-Aug-08 1:39 
AnswerRe: How to get the cursor Pointed word Pin
mark_w_22-Aug-08 4:00
mark_w_22-Aug-08 4:00 
GeneralRe: How to get the cursor Pointed word Pin
mctramp16822-Aug-08 14:37
mctramp16822-Aug-08 14:37 
QuestionAutomation programing With MS visio Pin
tahir_makhdoom22-Aug-08 1:26
tahir_makhdoom22-Aug-08 1:26 
Questionreplace Pin
arkiboys22-Aug-08 0:30
arkiboys22-Aug-08 0:30 
AnswerRe: replace Pin
Pete O'Hanlon22-Aug-08 0:39
mvePete O'Hanlon22-Aug-08 0:39 
GeneralRe: replace Pin
arkiboys22-Aug-08 0:46
arkiboys22-Aug-08 0:46 
AnswerRe: replace Pin
blackjack215022-Aug-08 0:40
blackjack215022-Aug-08 0:40 
Either what Pete suggested, or:

Replace("\\", "");

The backslash must be doubled because it is used for so-called escape characters. For example "\n" means newline, "\t" means tab, etc. That's why to indicate a single backslash, you use "\\".

For the differences between the two types of sting forms read this:
http://msdn.microsoft.com/en-us/library/aa691090.aspx[^]
GeneralRe: replace Pin
arkiboys22-Aug-08 0:47
arkiboys22-Aug-08 0:47 
GeneralRe: replace Pin
arkiboys22-Aug-08 1:01
arkiboys22-Aug-08 1:01 
QuestionHow to detect whether the same version was installed? Pin
bug_aonz21-Aug-08 23:51
bug_aonz21-Aug-08 23:51 
AnswerRe: How to detect whether the same version was installed? Pin
leppie22-Aug-08 0:16
leppie22-Aug-08 0:16 
QuestionChange variable value while debugging Pin
.NET- India 21-Aug-08 23:46
.NET- India 21-Aug-08 23:46 
AnswerRe: Change variable value while debugging Pin
leppie22-Aug-08 0:14
leppie22-Aug-08 0:14 
AnswerRe: Change variable value while debugging Pin
Pete O'Hanlon22-Aug-08 0:16
mvePete O'Hanlon22-Aug-08 0:16 
QuestionWEB Service Pin
arkiboys21-Aug-08 23:29
arkiboys21-Aug-08 23:29 
AnswerRe: WEB Service Pin
blackjack215022-Aug-08 0:00
blackjack215022-Aug-08 0:00 
Questionpermission error in socket programing Pin
behzadcp21-Aug-08 23:02
professionalbehzadcp21-Aug-08 23:02 
AnswerRe: permission error in socket programing Pin
Mark Salsbery22-Aug-08 5:02
Mark Salsbery22-Aug-08 5:02 
GeneralRe: permission error in socket programing Pin
behzadcp22-Aug-08 6:51
professionalbehzadcp22-Aug-08 6:51 
QuestionRe: permission error in socket programing Pin
Mark Salsbery22-Aug-08 7:45
Mark Salsbery22-Aug-08 7:45 
Questionispostback and loadcontrol() method issue Pin
Malay198621-Aug-08 22:56
Malay198621-Aug-08 22:56 
AnswerIgnore Repost Pin
Manas Bhardwaj21-Aug-08 23:00
professionalManas Bhardwaj21-Aug-08 23:00 
QuestionIts not displaying out Pin
Silvyster21-Aug-08 21:29
Silvyster21-Aug-08 21:29 
AnswerRe: Its not displaying out Pin
Vimalsoft(Pty) Ltd21-Aug-08 22:06
professionalVimalsoft(Pty) Ltd21-Aug-08 22:06 

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.