Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
AnswerRe: What is Threading ? Pin
Ravi Bhavnani3-Aug-07 3:29
professionalRavi Bhavnani3-Aug-07 3:29 
AnswerRe: What is Threading ? Pin
Luc Pattyn3-Aug-07 5:59
sitebuilderLuc Pattyn3-Aug-07 5:59 
Questionproblem with form show dialog Pin
justintimberlake3-Aug-07 2:45
justintimberlake3-Aug-07 2:45 
AnswerRe: problem with form show dialog Pin
V.3-Aug-07 2:52
professionalV.3-Aug-07 2:52 
QuestionSimple addin for Word 2003 Pin
John Reinhold3-Aug-07 2:24
John Reinhold3-Aug-07 2:24 
AnswerRe: Simple addin for Word 2003 Pin
Chintan.Desai3-Aug-07 2:42
Chintan.Desai3-Aug-07 2:42 
GeneralRe: Simple addin for Word 2003 Pin
John Reinhold3-Aug-07 2:50
John Reinhold3-Aug-07 2:50 
QuestionString Builder Pin
ramdil3-Aug-07 1:27
ramdil3-Aug-07 1:27 
Hi all.
I have an application which will recieve ids from some other application.
Now i need to store the incoming ids to a string builder, so that i can use it for later use.For this i have created a string builder as follows
stringbuilder strIncomingEventID=new stringBuilder()
and inside the receiving method i used the below stmts

strIncomingEventID.Append(incomingmessage + Convert.ToChar(FIELD_SEP) )
now i want to retrieve each ids from it..for my manipulation...
i am not getting split properties or any thing which is useful..can any one help me in this .One more thing is that i am appending a constant FIELD_SEP to end of incoming message when i store , so that when i want to retrieve the ids ,it will be useful..is it right method.Please advise me how to get the value from the string builder

Thanks in advance

Regards
DilipRam

AnswerRe: String Builder Pin
Malcolm Smart3-Aug-07 1:33
Malcolm Smart3-Aug-07 1:33 
AnswerRe: String Builder [modified] Pin
Luc Pattyn3-Aug-07 1:46
sitebuilderLuc Pattyn3-Aug-07 1:46 
GeneralRe: String Builder Pin
Guffa3-Aug-07 2:06
Guffa3-Aug-07 2:06 
GeneralRe: String Builder Pin
ramdil3-Aug-07 4:38
ramdil3-Aug-07 4:38 
GeneralRe: String Builder Pin
Luc Pattyn3-Aug-07 5:18
sitebuilderLuc Pattyn3-Aug-07 5:18 
AnswerRe: String Builder Pin
Manoj Kumar Rai3-Aug-07 1:50
professionalManoj Kumar Rai3-Aug-07 1:50 
AnswerRe:y making it complicated. Use stack or queue class Pin
Chintan.Desai3-Aug-07 2:45
Chintan.Desai3-Aug-07 2:45 
GeneralRe:y making it complicated. Use stack or queue class Pin
ramdil3-Aug-07 4:39
ramdil3-Aug-07 4:39 
GeneralRe:y making it complicated. Use stack or queue class Pin
Malcolm Smart3-Aug-07 4:47
Malcolm Smart3-Aug-07 4:47 
AnswerRe: String Builder Pin
V.3-Aug-07 2:48
professionalV.3-Aug-07 2:48 
AnswerRe: String Builder Pin
Guffa3-Aug-07 3:43
Guffa3-Aug-07 3:43 
GeneralRe: String Builder Pin
V.3-Aug-07 3:51
professionalV.3-Aug-07 3:51 
GeneralRe: String Builder Pin
Talal Sultan3-Aug-07 3:53
Talal Sultan3-Aug-07 3:53 
GeneralRe: String Builder Pin
ramdil3-Aug-07 4:35
ramdil3-Aug-07 4:35 
GeneralRe: String Builder Pin
V.3-Aug-07 4:39
professionalV.3-Aug-07 4:39 
GeneralRe: String Builder Pin
ramdil3-Aug-07 5:21
ramdil3-Aug-07 5:21 
GeneralRe: String Builder Pin
V.5-Aug-07 20:13
professionalV.5-Aug-07 20:13 

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.