This is default featured post 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Senin, 25 Juli 2011

Membuat validasi email dengan vb

Ketika iseng-iseng buka vb . Eh keingat gimana ya membuat validasi email. Akhirnya muter-muter deh di internet . Dan akhirnya nemu juga . Ini dia script untuk mengecek email di textbox valid atau nggak.Silahkan kopi code dibawah ini : Function IsEmail(ByVal Str As String) As BooleanSet r = CreateObject("VBScript.RegExp")r.IgnoreCase = Truer.Pattern = "^[\w-\.]+@\w+\.\w+$"IsEmail = r.Test(Str)End FunctionDari Function tersebut akan bernilai True atau False. Untuk penerapan di vb nya tinggal Ketikan...

Page 1 of 512345Next