Simple Email Validation Code needed
I need a very simple code to check that the email address entered in txtemail.text is an valid email address..
Thanks
[127 byte] By [
khandu] at [2007-11-11 10:03:57]

# 2 Re: Simple Email Validation Code needed
email adress is in the format xxx@xxx.xxx use InStr() for searching for "@' and "." and be sure that the "." come after the "@" ...
simple ?
Amahdy at 2007-11-11 17:24:18 >
