[Snippet] Check Email if gmail and valid password length - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: [Snippet] Check Email if gmail and valid password length (/showthread.php?tid=18698) |
[Snippet] Check Email if gmail and valid password length - euverve - 05-12-2011 Check Email if gmail and valid password length. Screenshot: Code: Public Class Form1 This code might be useful for validating email address, and for simple email sender/bomber. RE: [Snippets] Check Email if gmail and valid password length - Gaijin - 05-12-2011 It is actually good for those who want to know how to check if a string contains something.... o.O This is really useful snippet for n00bs, good work. Though, some people still use @googlemail.com. RE: [Snippets] Check Email if gmail and valid password length - PURP - 05-12-2011 I am sure some people will find this useful thanks. RE: [Snippet] Check Email if gmail and valid password length - euverve - 05-17-2011 Functions merge into one. Code: Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click RE: [Snippet] Check Email if gmail and valid password length - stephen5565 - 05-20-2011 (05-12-2011, 06:47 AM)Gaijin Wrote: It is actually good for those who want to know how to check if a string contains something.... o.O Yeah I agree with you , But I am not noob |