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

C#

 
AnswerRe: How to prevent from open the same form Pin
thatraja11-Feb-10 20:22
professionalthatraja11-Feb-10 20:22 
GeneralRe: How to prevent from open the same form Pin
nuttynibbles11-Feb-10 23:42
nuttynibbles11-Feb-10 23:42 
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 
Groups are automatically named according to their occurance order, but you can also name them yourself (this is called "named groups"). For example, the following regular expression has three named groups:
The (?<ANIMAL>cat|dog|penguin|langolier) (?<TRANSPORT>walked|waddled|flew) down the (?<PATH>street|yellow brick road|slope)\.

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 
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 

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.