VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This code is useful to make a quick check whether the email ID is proper (Mind You, This is not ful

by V.Venkatesh (2 Submissions)
Category: String Manipulation
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 27th March 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This code is useful to make a quick check whether the email ID is proper (Mind You, This is not fully perfect.)

Rate This code is useful to make a quick check whether the email ID is proper (Mind You, This is not ful



if not Trim(Text1.Text) like "?*@?*.?*" Then
   Msgbox "Incorrect E-Mail ID"
endif


Download this snippet    Add to My Saved Code

This code is useful to make a quick check whether the email ID is proper (Mind You, This is not ful Comments

No comments have been posted about This code is useful to make a quick check whether the email ID is proper (Mind You, This is not ful. Why not be the first to post a comment about This code is useful to make a quick check whether the email ID is proper (Mind You, This is not ful.

Post your comment

Subject:
Message:
0/1000 characters