Click here to Skip to main content
15,910,787 members
Home / Discussions / C#
   

C#

 
GeneralRe: Launch Condition for crystal report in c#.net 3.5 Setup project. Pin
Narendra Reddy Vajrala12-Jun-09 5:54
Narendra Reddy Vajrala12-Jun-09 5:54 
QuestionListView SelectedIndexChanged exception Pin
piticcotoc6-May-09 2:06
piticcotoc6-May-09 2:06 
AnswerRe: ListView SelectedIndexChanged exception Pin
Druuler6-May-09 2:20
Druuler6-May-09 2:20 
GeneralRe: ListView SelectedIndexChanged exception Pin
piticcotoc6-May-09 2:22
piticcotoc6-May-09 2:22 
AnswerRe: ListView SelectedIndexChanged exception Pin
Henry Minute6-May-09 2:48
Henry Minute6-May-09 2:48 
GeneralRe: ListView SelectedIndexChanged exception Pin
piticcotoc6-May-09 18:25
piticcotoc6-May-09 18:25 
Questionprinting problem? Pin
maifs6-May-09 1:59
maifs6-May-09 1:59 
AnswerRe: printing problem? Pin
OriginalGriff6-May-09 2:24
mveOriginalGriff6-May-09 2:24 
AnswerRe: printing problem? Pin
Henry Minute6-May-09 2:53
Henry Minute6-May-09 2:53 
GeneralRe: printing problem? Pin
maifs6-May-09 4:50
maifs6-May-09 4:50 
GeneralRe: printing problem? Pin
Henry Minute6-May-09 5:43
Henry Minute6-May-09 5:43 
QuestionCompile/decompile CHM files in C# Pin
marca2926-May-09 1:26
marca2926-May-09 1:26 
AnswerRe: Compile/decompile CHM files in C# Pin
Member 1624358015-Apr-24 0:18
Member 1624358015-Apr-24 0:18 
GeneralRe: Compile/decompile CHM files in C# Pin
trønderen15-Apr-24 3:19
trønderen15-Apr-24 3:19 
QuestionValidate emailaddress Pin
hitesh.kalra5-May-09 23:54
hitesh.kalra5-May-09 23:54 
AnswerRe: Validate emailaddress Pin
Pete O'Hanlon6-May-09 0:02
mvePete O'Hanlon6-May-09 0:02 
AnswerRe: Validate emailaddress Pin
MumbleB6-May-09 0:02
MumbleB6-May-09 0:02 
AnswerRe: Validate emailaddress Pin
OriginalGriff6-May-09 0:05
mveOriginalGriff6-May-09 0:05 
GeneralRe: Validate emailaddress Pin
Pete O'Hanlon6-May-09 0:16
mvePete O'Hanlon6-May-09 0:16 
GeneralRe: Validate emailaddress Pin
OriginalGriff6-May-09 0:31
mveOriginalGriff6-May-09 0:31 
GeneralRe: Validate emailaddress Pin
MumbleB6-May-09 0:57
MumbleB6-May-09 0:57 
GeneralRe: Validate emailaddress Pin
Mycroft Holmes6-May-09 1:15
professionalMycroft Holmes6-May-09 1:15 
GeneralRe: Validate emailaddress Pin
MumbleB6-May-09 2:03
MumbleB6-May-09 2:03 
GeneralRe: Validate emailaddress Pin
Pete O'Hanlon6-May-09 2:32
mvePete O'Hanlon6-May-09 2:32 
The original RFC regex is (as follows):
(?:[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\])
It's not perfect, but is a starting point.

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys | Onyx



QuestionData gridview Pin
hitesh.kalra5-May-09 23:53
hitesh.kalra5-May-09 23:53 

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.