Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 03-09-2005, 03:14 PM   #1 (permalink)
 
True Techie

Join Date: Dec 2004

Posts: 145

Mohan Giri

Default Visual Basic Programming

Can anybody tell how to implement E-mail Id validation program in VB
Mohan Giri is offline  
Old 03-09-2005, 04:13 PM   #2 (permalink)
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

Have you search the internet at all yet? You would have found tons of resources pertaining to that topic if you had.
__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline  
Old 06-13-2005, 02:23 AM   #3 (permalink)
 
Newb Techie

Join Date: Jun 2005

Posts: 18

warrior1981

Default

man dats k but i suppose ud have e habit of eval.google.com ;-)
neways
we can do it in the click event of the verify button( in the form we can have a text box accepting the value of the email id and a label(optional) signifying what the text box shud contain. then a command button wherein the click button shud have the code snippet

u can probably use the ischar() to check the value of spl charecters and @ in a seperate variable we can split evrything and parse it into one single entity and compare
that shud solve your problem.
warrior1981 is offline  
Old 06-13-2005, 09:26 AM   #4 (permalink)
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

My personal preference is to use regular expressions. So that would be my recomendation. You're just going to have to find out what "dialect" of regular expressions VB can handle, if any at all.
__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On