Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
GeneralRe: Remoting server crashes when client quits Pin
Anonymous21-Oct-05 8:06
Anonymous21-Oct-05 8:06 
QuestionScroll A Control Manually Pin
Ali Beirami21-Oct-05 3:06
Ali Beirami21-Oct-05 3:06 
AnswerRe: Scroll A Control Manually Pin
Gulfraz Khan21-Oct-05 3:12
Gulfraz Khan21-Oct-05 3:12 
GeneralRe: Scroll A Control Manually Pin
Ali Beirami21-Oct-05 12:30
Ali Beirami21-Oct-05 12:30 
QuestionSets Dcom Security For A Specified Application, in .net Pin
joaoPaulo21-Oct-05 2:32
joaoPaulo21-Oct-05 2:32 
QuestionBreaking a string into separate words Pin
hasanali0021-Oct-05 1:51
hasanali0021-Oct-05 1:51 
AnswerRe: Breaking a string into separate words Pin
MoustafaS21-Oct-05 1:58
MoustafaS21-Oct-05 1:58 
AnswerRe: Breaking a string into separate words Pin
S. Senthil Kumar21-Oct-05 2:01
S. Senthil Kumar21-Oct-05 2:01 
If your string is not that large, you can use the Split[^] method on System.String. Something like
string []words = sentence.Split(new char[] {' ', ','});


You need to watch out for empty strings in words though, two successive delimiters will result in an empty string.

If your string is large or your parsing logic is complex, you can try using theRegex[^] class.

Regards
Senthil
_____________________________
My Blog | My Articles | WinMacro
Questionuse a file stream just in memory Pin
Sasuko21-Oct-05 1:14
Sasuko21-Oct-05 1:14 
AnswerRe: use a file stream just in memory Pin
S. Senthil Kumar21-Oct-05 1:49
S. Senthil Kumar21-Oct-05 1:49 
AnswerRe: use a file stream just in memory Pin
whizzs21-Oct-05 11:14
whizzs21-Oct-05 11:14 
QuestionImageList not working Pin
Green Fuze21-Oct-05 1:02
Green Fuze21-Oct-05 1:02 
AnswerRe: ImageList not working Pin
S. Senthil Kumar21-Oct-05 2:03
S. Senthil Kumar21-Oct-05 2:03 
GeneralRe: ImageList not working Pin
Green Fuze21-Oct-05 2:48
Green Fuze21-Oct-05 2:48 
GeneralRe: ImageList not working Pin
S. Senthil Kumar21-Oct-05 21:25
S. Senthil Kumar21-Oct-05 21:25 
GeneralRe: ImageList not working Pin
Green Fuze22-Oct-05 0:10
Green Fuze22-Oct-05 0:10 
GeneralRe: ImageList not working Pin
S. Senthil Kumar22-Oct-05 0:54
S. Senthil Kumar22-Oct-05 0:54 
Questionow to using public event in UserControl Pin
tinh cau20-Oct-05 22:17
tinh cau20-Oct-05 22:17 
AnswerHow to using public event in UserControl Pin
tinh cau20-Oct-05 22:18
tinh cau20-Oct-05 22:18 
AnswerRe: ow to using public event in UserControl Pin
S. Senthil Kumar20-Oct-05 23:01
S. Senthil Kumar20-Oct-05 23:01 
AnswerRe: ***How to using public event in UserControl Pin
MoustafaS21-Oct-05 2:01
MoustafaS21-Oct-05 2:01 
Questionhow to stop popup window when browser navigations are done Pin
sreesiri20-Oct-05 21:05
sreesiri20-Oct-05 21:05 
QuestionTreeView control Pin
picasso220-Oct-05 20:07
picasso220-Oct-05 20:07 
AnswerRe: TreeView control Pin
S. Senthil Kumar21-Oct-05 0:38
S. Senthil Kumar21-Oct-05 0:38 
QuestionHow to handle "File names for monitoring must have absolute paths, and no wildcards." exeception Pin
Jayakrishna Damarla20-Oct-05 19:20
Jayakrishna Damarla20-Oct-05 19:20 

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.