Click here to Skip to main content
15,888,590 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using a System.Windows.Forms.WebBrowser inside ASP web form Pin
N a v a n e e t h9-Feb-09 15:15
N a v a n e e t h9-Feb-09 15:15 
GeneralRe: Using a System.Windows.Forms.WebBrowser inside ASP web form Pin
ABitSmart9-Feb-09 17:22
ABitSmart9-Feb-09 17:22 
AnswerRe: Using a System.Windows.Forms.WebBrowser inside ASP web form Pin
PIEBALDconsult9-Feb-09 17:15
mvePIEBALDconsult9-Feb-09 17:15 
QuestionReplacement for VSA Pin
User 127829-Feb-09 14:14
User 127829-Feb-09 14:14 
Questiontokenize string Pin
lawrenceinba9-Feb-09 13:54
lawrenceinba9-Feb-09 13:54 
AnswerRe: tokenize string Pin
PIEBALDconsult9-Feb-09 14:53
mvePIEBALDconsult9-Feb-09 14:53 
GeneralRe: tokenize string Pin
lawrenceinba9-Feb-09 15:19
lawrenceinba9-Feb-09 15:19 
GeneralRe: tokenize string Pin
ABitSmart9-Feb-09 16:13
ABitSmart9-Feb-09 16:13 
Have you tried Regex.Split ?

With the input pattern like "(,)|(#)|(;)|( )|(/)|(&)|(-)"

string pattern = "(,)|(#)|(;)|( )|(/)|(&)|(-)";
string[] splitOutput = Regex.Split(input, pattern);

(the option for ; in the pattern is replaced by the smiley in the post Smile | :) )
AnswerRe: tokenize string Pin
ABitSmart9-Feb-09 15:20
ABitSmart9-Feb-09 15:20 
GeneralRe: tokenize string Pin
lawrenceinba9-Feb-09 15:26
lawrenceinba9-Feb-09 15:26 
QuestionAny one use LibCheck or know of an alternative Pin
pdohara9-Feb-09 12:25
pdohara9-Feb-09 12:25 
AnswerRe: Any one use LibCheck or know of an alternative Pin
lawrenceinba9-Feb-09 14:40
lawrenceinba9-Feb-09 14:40 
GeneralRe: Any one use LibCheck or know of an alternative Pin
pdohara11-Feb-09 8:24
pdohara11-Feb-09 8:24 
AnswerRe: Any one use LibCheck or know of an alternative Pin
pdohara14-Feb-09 9:40
pdohara14-Feb-09 9:40 
Questionpassing arrays to different methods Pin
alwaysthinking9-Feb-09 12:10
alwaysthinking9-Feb-09 12:10 
AnswerRe: passing arrays to different methods Pin
harold aptroot9-Feb-09 12:22
harold aptroot9-Feb-09 12:22 
GeneralRe: passing arrays to different methods Pin
alwaysthinking9-Feb-09 12:42
alwaysthinking9-Feb-09 12:42 
GeneralRe: passing arrays to different methods Pin
harold aptroot9-Feb-09 14:13
harold aptroot9-Feb-09 14:13 
AnswerRe: passing arrays to different methods Pin
Natza Mitzi9-Feb-09 12:41
Natza Mitzi9-Feb-09 12:41 
QuestionWebform and refresh Pin
Saamir9-Feb-09 11:53
Saamir9-Feb-09 11:53 
AnswerRe: Webform and refresh Pin
vaghelabhavesh9-Feb-09 13:53
vaghelabhavesh9-Feb-09 13:53 
AnswerRe: Webform and refresh Pin
EliottA9-Feb-09 14:02
EliottA9-Feb-09 14:02 
Question[Message Deleted] Pin
Terick9-Feb-09 11:48
Terick9-Feb-09 11:48 
AnswerRe: DropDownList selection as QueryInput Pin
vaghelabhavesh9-Feb-09 14:02
vaghelabhavesh9-Feb-09 14:02 
GeneralRe: DropDownList selection as QueryInput Pin
Terick10-Feb-09 4:37
Terick10-Feb-09 4:37 

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.