Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
QuestionNewbie: Porblem with ListView... Pin
Phillip Hodges24-Oct-06 0:10
Phillip Hodges24-Oct-06 0:10 
AnswerRe: Newbie: Porblem with ListView... Pin
baerten24-Oct-06 2:34
baerten24-Oct-06 2:34 
GeneralRe: Newbie: Porblem with ListView... Pin
Phillip Hodges24-Oct-06 22:03
Phillip Hodges24-Oct-06 22:03 
GeneralRe: Newbie: Porblem with ListView... Pin
baerten25-Oct-06 0:07
baerten25-Oct-06 0:07 
QuestionDate Of Birth Pin
bhanu1234523-Oct-06 23:33
bhanu1234523-Oct-06 23:33 
AnswerRe: Date Of Birth Pin
Jon Hulatt23-Oct-06 23:48
Jon Hulatt23-Oct-06 23:48 
AnswerRe: Date Of Birth Pin
V.24-Oct-06 0:43
professionalV.24-Oct-06 0:43 
AnswerRe: Date Of Birth Pin
Ed.Poore24-Oct-06 1:02
Ed.Poore24-Oct-06 1:02 
If you want a regex the following should work

\d{2}/\d{2}/\d{4}

Not very advanced, just checks for 2 digits followed by a slash and 2 more digits, then a slash then a group of four digits.



Sig cops got me...

AnswerRe: Date Of Birth Pin
Guffa24-Oct-06 1:02
Guffa24-Oct-06 1:02 
AnswerRe: Date Of Birth Pin
Drew McGhie25-Oct-06 11:57
Drew McGhie25-Oct-06 11:57 
QuestionButton with Transparancy Pin
Jon Hulatt23-Oct-06 23:32
Jon Hulatt23-Oct-06 23:32 
AnswerRe: Button with Transparancy Pin
Dave Kreskowiak24-Oct-06 5:31
mveDave Kreskowiak24-Oct-06 5:31 
QuestionSql Server Express Edition Configuration with C# Pin
fahiemulleh23-Oct-06 23:25
fahiemulleh23-Oct-06 23:25 
AnswerRe: Sql Server Express Edition Configuration with C# Pin
fahiemulleh24-Oct-06 8:30
fahiemulleh24-Oct-06 8:30 
QuestionPlease help. MessageBox.Show(this, "hello") pops up behind my mainform Pin
bradsnobar23-Oct-06 21:07
bradsnobar23-Oct-06 21:07 
AnswerRe: Please help. MessageBox.Show(this, "hello") pops up behind my mainform Pin
Martin#23-Oct-06 21:26
Martin#23-Oct-06 21:26 
GeneralRe: Please help. MessageBox.Show(this, "hello") pops up behind my mainform Pin
bradsnobar24-Oct-06 6:41
bradsnobar24-Oct-06 6:41 
AnswerRe: Please help. MessageBox.Show(this, "hello") pops up behind my mainform Pin
V.23-Oct-06 21:26
professionalV.23-Oct-06 21:26 
GeneralRe: Please help. MessageBox.Show(this, "hello") pops up behind my mainform Pin
bradsnobar24-Oct-06 6:42
bradsnobar24-Oct-06 6:42 
QuestionHow to invoke an event using reflection? Pin
Super Lloyd23-Oct-06 20:56
Super Lloyd23-Oct-06 20:56 
AnswerRe: How to invoke an event using reflection? Pin
Stefan Troschuetz23-Oct-06 21:27
Stefan Troschuetz23-Oct-06 21:27 
GeneralRe: How to invoke an event using reflection? Pin
Super Lloyd23-Oct-06 23:19
Super Lloyd23-Oct-06 23:19 
AnswerRe: How to invoke an event using reflection? Pin
Daniel Grunwald24-Oct-06 10:58
Daniel Grunwald24-Oct-06 10:58 
GeneralRe: How to invoke an event using reflection? Pin
Super Lloyd24-Oct-06 12:53
Super Lloyd24-Oct-06 12:53 
QuestionHow to parse generic numeric string Pin
kumar.bs23-Oct-06 19:35
kumar.bs23-Oct-06 19:35 

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.