Click here to Skip to main content
15,889,714 members
Home / Discussions / C#
   

C#

 
QuestionWinform validation Pin
arkiboys10-May-11 2:10
arkiboys10-May-11 2:10 
AnswerRe: Winform validation Pin
Rhuros10-May-11 2:50
professionalRhuros10-May-11 2:50 
GeneralRe: Winform validation Pin
arkiboys10-May-11 3:00
arkiboys10-May-11 3:00 
QuestionRe: Winform validation Pin
Pete O'Hanlon10-May-11 3:13
mvePete O'Hanlon10-May-11 3:13 
AnswerRe: Winform validation Pin
arkiboys10-May-11 5:38
arkiboys10-May-11 5:38 
AnswerRe: Winform validation Pin
Shameel10-May-11 2:56
professionalShameel10-May-11 2:56 
GeneralRe: Winform validation Pin
arkiboys10-May-11 3:00
arkiboys10-May-11 3:00 
GeneralRe: Winform validation Pin
Dave Kreskowiak10-May-11 3:45
mveDave Kreskowiak10-May-11 3:45 
Google for "Expresso". It's a great tool for writing and testing RegExs, and it's free!

As for your approach. it's bad. You're writing your code from the standpoint that users will do nothing else while your app is running. You are preventing them from possibly leaving your form or closing it without first entering a valid email address. What if they left it blank and want to go back to the previous window??

GeneralRe: Winform validation Pin
arkiboys10-May-11 5:37
arkiboys10-May-11 5:37 
QuestionHow to cast unknown object? [modified] Pin
Tesic Goran9-May-11 23:59
professionalTesic Goran9-May-11 23:59 
AnswerRe: How to cast unknown object? Pin
Eddy Vluggen10-May-11 0:30
professionalEddy Vluggen10-May-11 0:30 
GeneralRe: How to cast unknown object? Pin
Tesic Goran10-May-11 1:03
professionalTesic Goran10-May-11 1:03 
AnswerRe: How to cast unknown object? Pin
Eddy Vluggen10-May-11 1:25
professionalEddy Vluggen10-May-11 1:25 
GeneralRe: How to cast unknown object? Pin
Tesic Goran10-May-11 1:33
professionalTesic Goran10-May-11 1:33 
AnswerRe: How to cast unknown object? Pin
Eddy Vluggen10-May-11 1:41
professionalEddy Vluggen10-May-11 1:41 
GeneralRe: How to cast unknown object? Pin
Tesic Goran10-May-11 2:19
professionalTesic Goran10-May-11 2:19 
GeneralRe: How to cast unknown object? Pin
Eddy Vluggen10-May-11 2:36
professionalEddy Vluggen10-May-11 2:36 
AnswerRe: How to cast unknown object? Pin
Sanjay J Patolia10-May-11 5:05
Sanjay J Patolia10-May-11 5:05 
GeneralRe: How to cast unknown object? Pin
Tesic Goran10-May-11 20:27
professionalTesic Goran10-May-11 20:27 
QuestionNeed concept regarding website visit tracking software c# Pin
Tridip Bhattacharjee9-May-11 21:35
professionalTridip Bhattacharjee9-May-11 21:35 
AnswerRe: Need concept regarding website visit tracking software c# Pin
ambarishtv9-May-11 22:56
ambarishtv9-May-11 22:56 
AnswerRe: Need concept regarding website visit tracking software c# Pin
Eddy Vluggen10-May-11 0:36
professionalEddy Vluggen10-May-11 0:36 
AnswerRe: Need concept regarding website visit tracking software c# Pin
Dave Kreskowiak10-May-11 1:17
mveDave Kreskowiak10-May-11 1:17 
QuestionMaskedTextBox for IP address entry sample? Pin
9ine9-May-11 20:56
9ine9-May-11 20:56 
AnswerRe: MaskedTextBox for IP address entry sample? Pin
Blue_Boy9-May-11 21:00
Blue_Boy9-May-11 21:00 

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.