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

C#

 
GeneralRe: "Modal" form that doesn't block the calling thread Pin
arnold_w22-Sep-08 2:39
arnold_w22-Sep-08 2:39 
AnswerRe: "Modal" form that doesn't block the calling thread Pin
Nicholas Butler22-Sep-08 2:54
sitebuilderNicholas Butler22-Sep-08 2:54 
GeneralRe: "Modal" form that doesn't block the calling thread Pin
arnold_w22-Sep-08 3:59
arnold_w22-Sep-08 3:59 
QuestionCheck whether an Email Id exists or not [modified] Pin
pearlswathi22-Sep-08 1:30
pearlswathi22-Sep-08 1:30 
GeneralRe: Check whether an Email Id exists or not Pin
Pete O'Hanlon22-Sep-08 1:35
mvePete O'Hanlon22-Sep-08 1:35 
GeneralRe: Check whether an Email Id exists or not Pin
J4amieC22-Sep-08 2:43
J4amieC22-Sep-08 2:43 
GeneralRe: Check whether an Email Id exists or not Pin
Pete O'Hanlon22-Sep-08 3:50
mvePete O'Hanlon22-Sep-08 3:50 
AnswerRe: Check whether an Email Id exists or not Pin
DaveyM6922-Sep-08 1:35
professionalDaveyM6922-Sep-08 1:35 
The only sure fire way is to send an email to the address.
You can use regex to check if the address is technically valid, dns lookup to verify the domain exists and has mx records but that's about as far as you can go without sending an email.

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Expect everything to be hard and then enjoy the things that come easy. (code-frog)

AnswerRe: Check whether an Email Id exists or not Pin
michaelvdnest22-Sep-08 5:59
michaelvdnest22-Sep-08 5:59 
Question[Message Deleted] Pin
Shweta Gulati22-Sep-08 1:19
Shweta Gulati22-Sep-08 1:19 
AnswerRe: how to get full path of a file Pin
Pete O'Hanlon22-Sep-08 1:34
mvePete O'Hanlon22-Sep-08 1:34 
General[Message Deleted] Pin
Shweta Gulati22-Sep-08 1:44
Shweta Gulati22-Sep-08 1:44 
GeneralRe: how to get full path of a file Pin
Pete O'Hanlon22-Sep-08 1:51
mvePete O'Hanlon22-Sep-08 1:51 
GeneralRe: how to get full path of a file Pin
#realJSOP22-Sep-08 2:43
professional#realJSOP22-Sep-08 2:43 
GeneralRe: how to get full path of a file Pin
Dan Neely22-Sep-08 3:46
Dan Neely22-Sep-08 3:46 
GeneralRe: how to get full path of a file Pin
Paul Conrad22-Sep-08 14:22
professionalPaul Conrad22-Sep-08 14:22 
GeneralRe: how to get full path of a file Pin
leckey22-Sep-08 3:23
leckey22-Sep-08 3:23 
RantRe: how to get full path of a file Pin
Pete O'Hanlon22-Sep-08 4:11
mvePete O'Hanlon22-Sep-08 4:11 
GeneralRe: how to get full path of a file Pin
Shweta Gulati22-Sep-08 5:00
Shweta Gulati22-Sep-08 5:00 
GeneralRe: how to get full path of a file Pin
Pete O'Hanlon22-Sep-08 5:02
mvePete O'Hanlon22-Sep-08 5:02 
QuestionHi need help on http Webrequest Pin
vinay_K22-Sep-08 1:10
vinay_K22-Sep-08 1:10 
AnswerRe: Hi need help on http Webrequest Pin
Meysam Mahfouzi22-Sep-08 1:22
Meysam Mahfouzi22-Sep-08 1:22 
GeneralRe: Hi need help on http Webrequest Pin
vinay_K22-Sep-08 1:35
vinay_K22-Sep-08 1:35 
GeneralRe: Hi need help on http Webrequest Pin
Meysam Mahfouzi22-Sep-08 4:58
Meysam Mahfouzi22-Sep-08 4:58 
AnswerRe: Hi need help on http Webrequest Pin
#realJSOP22-Sep-08 2:44
professional#realJSOP22-Sep-08 2:44 

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.