Click here to Skip to main content
15,887,485 members
Home / Discussions / C#
   

C#

 
GeneralRe: DB2 Connection using C# Pin
Vasudevan Deepak Kumar24-Jan-03 3:30
Vasudevan Deepak Kumar24-Jan-03 3:30 
GeneralRe: DB2 Connection using C# Pin
Jassim Rahma27-Jan-03 9:03
Jassim Rahma27-Jan-03 9:03 
GeneralRe: DB2 Connection using C# Pin
Vasudevan Deepak Kumar27-Jan-03 18:31
Vasudevan Deepak Kumar27-Jan-03 18:31 
GeneralRe: DB2 Connection using C# Pin
Jassim Rahma4-Feb-03 22:48
Jassim Rahma4-Feb-03 22:48 
GeneralRegular Expression Help! Pin
dturton22-Jan-03 2:16
dturton22-Jan-03 2:16 
GeneralRe: Regular Expression Help! Pin
Daniel Turini22-Jan-03 3:14
Daniel Turini22-Jan-03 3:14 
GeneralRe: Regular Expression Help! Pin
Stephane Rodriguez.22-Jan-03 19:15
Stephane Rodriguez.22-Jan-03 19:15 
GeneralRe: Regular Expression Help! Pin
Daniel Turini23-Jan-03 1:04
Daniel Turini23-Jan-03 1:04 
Oh, I just love regex, it's an art form. Here's a regex which can validate (it's not mine, I found it on the web):

1. All valid dates from 1/1/0001 to 31/12/9999
2. Correctly validates leap years
3. It's valid for the regex classes on .NET framework

^(?: (?: (?Blush | :O ?[13578]|1[02])(\/|-)31)|(?: (?Blush | :O ?[1,3-9]|1[0-2])(\/|-)(?:29|30)))(\/|-)(?:[1-9]\d\d\d|\d[1-9]\d\d|\d\d[1-9]\d|\d\d\d[1-9])$|^(?: (?Blush | :O ?[1-9]|1[0-2])(\/|-)(?Blush | :O ?[1-9]|1\d|2[0-8]))(\/|-)(?:[1-9]\d\d\d|\d[1-9]\d\d|\d\d[1-9]\d|\d\d\d[1-9])$|^(0?2(\/|-)29)(\/|-)(?: (?Blush | :O [48]00|[13579][26]00|[2468][048]00)|(?:\d\d)?(?Blush | :O [48]|[2468][048]|[13579][26]))$

Remove all the spaces from it, I've added some to bypass the emoticons.


I see dumb people
GeneralRe: Regular Expression Help! Pin
Stephane Rodriguez.23-Jan-03 1:53
Stephane Rodriguez.23-Jan-03 1:53 
QuestionPassing binary data with web services? Pin
Rocky Moore21-Jan-03 22:09
Rocky Moore21-Jan-03 22:09 
AnswerRe: Passing binary data with web services? Pin
SimonS24-Jan-03 0:52
SimonS24-Jan-03 0:52 
Generalopen file question (something to do with command line args i think) Pin
jtmtv1821-Jan-03 17:47
jtmtv1821-Jan-03 17:47 
GeneralRe: open file question (something to do with command line args i think) Pin
Paul Riley22-Jan-03 0:37
Paul Riley22-Jan-03 0:37 
GeneralRe: open file question (something to do with command line args i think) Pin
jtmtv1822-Jan-03 7:25
jtmtv1822-Jan-03 7:25 
GeneralCode generation for property 'Controls' failed. Error was object reference not set to an instance of object. Pin
chito21-Jan-03 14:35
chito21-Jan-03 14:35 
QuestionRunning a windows form application from the internet with security permissions? Pin
dethsta21-Jan-03 11:35
dethsta21-Jan-03 11:35 
AnswerRe: Running a windows form application from the internet with security permissions? Pin
Ray Cassick21-Jan-03 16:47
Ray Cassick21-Jan-03 16:47 
GeneralRe: Running a windows form application from the internet with security permissions? Pin
dethsta22-Jan-03 11:16
dethsta22-Jan-03 11:16 
AnswerRe: Running a windows form application from the internet with security permissions? Pin
Rocky Moore21-Jan-03 22:04
Rocky Moore21-Jan-03 22:04 
GeneralForm can't be closed Pin
Tomas Petricek21-Jan-03 9:22
Tomas Petricek21-Jan-03 9:22 
GeneralRe: Form can't be closed Pin
leppie21-Jan-03 10:44
leppie21-Jan-03 10:44 
GeneralRe: Form can't be closed Pin
Ray Cassick21-Jan-03 16:48
Ray Cassick21-Jan-03 16:48 
GeneralRe: Form can't be closed Pin
James T. Johnson22-Jan-03 2:14
James T. Johnson22-Jan-03 2:14 
GeneralRe: Form can't be closed Pin
Tomas Petricek22-Jan-03 3:12
Tomas Petricek22-Jan-03 3:12 
Generaloutputing keyboard/mouse presses Pin
Ylis21-Jan-03 8:52
Ylis21-Jan-03 8:52 

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.