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

C#

 
GeneralRe: How to prevent from open the same form Pin
OriginalGriff11-Feb-10 23:58
mveOriginalGriff11-Feb-10 23:58 
QuestionMultiple Resize events, how to prevent them. Pin
Douglas Kirk11-Feb-10 18:59
Douglas Kirk11-Feb-10 18:59 
AnswerRe: Multiple Resize events, how to prevent them. Pin
OriginalGriff11-Feb-10 21:59
mveOriginalGriff11-Feb-10 21:59 
QuestionNightmare with Regular Expression Pin
newproger11-Feb-10 16:19
newproger11-Feb-10 16:19 
JokeRe: Nightmare with Regular Expression Pin
Dan Mos11-Feb-10 16:23
Dan Mos11-Feb-10 16:23 
AnswerRe: Nightmare with Regular Expression Pin
AspDotNetDev11-Feb-10 16:28
protectorAspDotNetDev11-Feb-10 16:28 
GeneralRe: Nightmare with Regular Expression Pin
newproger11-Feb-10 16:37
newproger11-Feb-10 16:37 
AnswerRe: Nightmare with Regular Expression Pin
Dan Mos11-Feb-10 17:56
Dan Mos11-Feb-10 17:56 
newproger wrote:
Regex r = new Regex(strPattern);
Match m = r.Match(strTextToSearch);
if (m.Success)
{
//how can i know it is keyword "\Wt*o\W" was matched but not the others?
}


maube something like this:
m.Groups[1].Value//get the value of the group
m.Groups[1].Index//or get the index

Questioncreating dynamic array Pin
nuttynibbles11-Feb-10 15:32
nuttynibbles11-Feb-10 15:32 
AnswerRe: creating dynamic array Pin
Dan Mos11-Feb-10 16:00
Dan Mos11-Feb-10 16:00 
GeneralRe: creating dynamic array Pin
nuttynibbles11-Feb-10 16:22
nuttynibbles11-Feb-10 16:22 
GeneralRe: creating dynamic array Pin
Dave Kreskowiak11-Feb-10 18:14
mveDave Kreskowiak11-Feb-10 18:14 
GeneralRe: creating dynamic array Pin
nuttynibbles11-Feb-10 19:03
nuttynibbles11-Feb-10 19:03 
GeneralRe: creating dynamic array Pin
i gr811-Feb-10 20:09
i gr811-Feb-10 20:09 
GeneralRe: creating dynamic array Pin
Dave Kreskowiak12-Feb-10 1:15
mveDave Kreskowiak12-Feb-10 1:15 
GeneralRe: creating dynamic array Pin
Dave Doknjas12-Feb-10 11:35
Dave Doknjas12-Feb-10 11:35 
GeneralRe: creating dynamic array Pin
Dave Kreskowiak13-Feb-10 4:16
mveDave Kreskowiak13-Feb-10 4:16 
QuestionI need critique on this code Pin
Sundeepan Sen11-Feb-10 14:23
Sundeepan Sen11-Feb-10 14:23 
AnswerRe: I need critique on this code Pin
PIEBALDconsult11-Feb-10 14:37
mvePIEBALDconsult11-Feb-10 14:37 
GeneralRe: I need critique on this code Pin
Sundeepan Sen11-Feb-10 16:11
Sundeepan Sen11-Feb-10 16:11 
JokeRe: I need critique on this code Pin
Dan Mos11-Feb-10 14:38
Dan Mos11-Feb-10 14:38 
GeneralRe: I need critique on this code Pin
Sundeepan Sen11-Feb-10 16:13
Sundeepan Sen11-Feb-10 16:13 
JokeRe: I need critique on this code Pin
Dan Mos11-Feb-10 16:19
Dan Mos11-Feb-10 16:19 
GeneralRe: I need critique on this code Pin
Sundeepan Sen11-Feb-10 16:20
Sundeepan Sen11-Feb-10 16:20 
AnswerRe: I need critique on this code Pin
Ennis Ray Lynch, Jr.11-Feb-10 15:48
Ennis Ray Lynch, Jr.11-Feb-10 15:48 

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.