Click here to Skip to main content
15,920,602 members
Home / Discussions / C#
   

C#

 
AnswerRe: catch an application/process start event... Pin
mikailcetinkaya11-Jan-06 5:48
mikailcetinkaya11-Jan-06 5:48 
GeneralRe: catch an application/process start event... Pin
coolestCoder11-Jan-06 6:18
coolestCoder11-Jan-06 6:18 
AnswerRe: catch an application/process start event... Pin
Koushik Biswas11-Jan-06 16:05
Koushik Biswas11-Jan-06 16:05 
QuestionThe path to "My Document" folder Pin
Tony D. Abel11-Jan-06 4:16
Tony D. Abel11-Jan-06 4:16 
AnswerRe: The path to "My Document" folder Pin
Judah Gabriel Himango11-Jan-06 5:04
sponsorJudah Gabriel Himango11-Jan-06 5:04 
AnswerRe: The path to "My Document" folder Pin
Colin Angus Mackay11-Jan-06 5:16
Colin Angus Mackay11-Jan-06 5:16 
AnswerRe: The path to "My Document" folder Pin
Curtis Schlak.11-Jan-06 9:31
Curtis Schlak.11-Jan-06 9:31 
Question[GDI+] avoid flickering for a moving panel Pin
Sasuko11-Jan-06 4:07
Sasuko11-Jan-06 4:07 
AnswerRe: [GDI+] avoid flickering for a moving panel Pin
Judah Gabriel Himango11-Jan-06 5:06
sponsorJudah Gabriel Himango11-Jan-06 5:06 
QuestionFinding a Number in a string Pin
alvinjv11-Jan-06 3:47
alvinjv11-Jan-06 3:47 
AnswerRe: Finding a Number in a string Pin
Le centriste11-Jan-06 4:04
Le centriste11-Jan-06 4:04 
GeneralRe: Finding a Number in a string Pin
alvinjv11-Jan-06 4:07
alvinjv11-Jan-06 4:07 
GeneralRe: Finding a Number in a string Pin
Le centriste11-Jan-06 4:15
Le centriste11-Jan-06 4:15 
GeneralRe: Finding a Number in a string Pin
leppie11-Jan-06 4:25
leppie11-Jan-06 4:25 
GeneralRe: Finding a Number in a string Pin
Le centriste11-Jan-06 4:35
Le centriste11-Jan-06 4:35 
AnswerRe: Finding a Number in a string Pin
User 665811-Jan-06 4:09
User 665811-Jan-06 4:09 
GeneralRe: Finding a Number in a string Pin
alvinjv11-Jan-06 5:10
alvinjv11-Jan-06 5:10 
With regards to your second approach how does one access the matches. I have tried reading about them on the MSDN but cant see any way to access the contents. Any help would be appreciated!

Greeeg wrote:
#2
MatchCollection matches = Regex.Matches(mystring, @"\d+", RegexOptions.Compiled) will search the string for all occurences of any digits

GeneralRe: Finding a Number in a string Pin
User 665811-Jan-06 7:15
User 665811-Jan-06 7:15 
QuestionWorker Threads Pin
akshayswaroop11-Jan-06 2:50
akshayswaroop11-Jan-06 2:50 
AnswerRe: Worker Threads Pin
lmoelleb11-Jan-06 3:09
lmoelleb11-Jan-06 3:09 
GeneralRe: Worker Threads Pin
akshayswaroop11-Jan-06 20:31
akshayswaroop11-Jan-06 20:31 
GeneralRe: Worker Threads Pin
lmoelleb11-Jan-06 20:54
lmoelleb11-Jan-06 20:54 
GeneralRe: Worker Threads Pin
akshayswaroop12-Jan-06 3:09
akshayswaroop12-Jan-06 3:09 
QuestionUnable to Load XML Pin
Samy Lahur11-Jan-06 2:32
Samy Lahur11-Jan-06 2:32 
AnswerRe: Unable to Load XML Pin
lmoelleb11-Jan-06 3:14
lmoelleb11-Jan-06 3:14 

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.