Click here to Skip to main content
15,909,324 members
Home / Discussions / C#
   

C#

 
QuestionWindows Communication Foundation (setup.bat file configuration) Pin
AmbitiousBeginner3-Feb-09 20:48
AmbitiousBeginner3-Feb-09 20:48 
AnswerRe: Windows Communication Foundation (setup.bat file configuration) Pin
SeMartens3-Feb-09 21:54
SeMartens3-Feb-09 21:54 
GeneralRe: Windows Communication Foundation (setup.bat file configuration) Pin
AmbitiousBeginner3-Feb-09 22:22
AmbitiousBeginner3-Feb-09 22:22 
GeneralRe: Windows Communication Foundation (setup.bat file configuration) Pin
SeMartens3-Feb-09 22:35
SeMartens3-Feb-09 22:35 
Questionchanging mac address Pin
kralece3-Feb-09 20:25
kralece3-Feb-09 20:25 
AnswerRe: changing mac address Pin
Hristiyan3-Feb-09 21:44
Hristiyan3-Feb-09 21:44 
GeneralRe: changing mac address Pin
kralece4-Feb-09 23:44
kralece4-Feb-09 23:44 
Questionstring tokenize Pin
lawrenceinba3-Feb-09 20:01
lawrenceinba3-Feb-09 20:01 
char[] delimiters = { ',', '#', ';', ' ', '/', '\0', '&', '-' };
strTemp = a[i].Split(delimiters, StringSplitOptions.RemoveEmptyEntries);




#69;xx street;yy city(input)


given the above input, it should split based on the delimiter... the above code removes the delimiter...but the delimiters should be retained...
is there any method to do this...
thanks in advance

the quieter u become more u hear

AnswerRe: string tokenize Pin
Vikram A Punathambekar3-Feb-09 21:17
Vikram A Punathambekar3-Feb-09 21:17 
AnswerRe: string tokenize Pin
S.Dhanasekaran4-Feb-09 3:24
S.Dhanasekaran4-Feb-09 3:24 
QuestionRead CLI number Pin
M Riaz Bashir3-Feb-09 19:58
M Riaz Bashir3-Feb-09 19:58 
Questionsend and receive Bluetooth Pin
mrMattar3-Feb-09 19:46
mrMattar3-Feb-09 19:46 
AnswerRe: send and receive Bluetooth Pin
Christian Graus3-Feb-09 19:58
protectorChristian Graus3-Feb-09 19:58 
AnswerRe: send and receive Bluetooth Pin
Giorgi Dalakishvili3-Feb-09 20:19
mentorGiorgi Dalakishvili3-Feb-09 20:19 
QuestionDataGridView Pin
CodingYoshi3-Feb-09 18:32
CodingYoshi3-Feb-09 18:32 
AnswerRe: DataGridView Pin
Christian Graus3-Feb-09 19:23
protectorChristian Graus3-Feb-09 19:23 
GeneralRe: DataGridView Pin
CodingYoshi3-Feb-09 21:17
CodingYoshi3-Feb-09 21:17 
GeneralRe: DataGridView Pin
MadArtSoft3-Feb-09 23:49
MadArtSoft3-Feb-09 23:49 
QuestionHow to naming a namespace in custom project? Pin
calendarw3-Feb-09 18:24
calendarw3-Feb-09 18:24 
AnswerRe: How to naming a namespace in custom project? Pin
Christian Graus3-Feb-09 19:17
protectorChristian Graus3-Feb-09 19:17 
GeneralRe: How to naming a namespace in custom project? Pin
calendarw3-Feb-09 20:00
calendarw3-Feb-09 20:00 
QuestionProblem in accessing C# dll in VC 6.0 project Pin
raesa3-Feb-09 18:14
raesa3-Feb-09 18:14 
AnswerRe: Problem in accessing C# dll in VC 6.0 project Pin
Christian Graus3-Feb-09 19:19
protectorChristian Graus3-Feb-09 19:19 
GeneralRe: Problem in accessing C# dll in VC 6.0 project Pin
raesa3-Feb-09 21:25
raesa3-Feb-09 21:25 
Question### Problem with referenced assembly ? [modified] Pin
bug_aonz3-Feb-09 17:55
bug_aonz3-Feb-09 17:55 

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.