Visual Basic .NET

Send Mail with SMTP Server

Submitted by [email protected] on
Sample code on how to send mail using SMTP Server. Public Function mailcall(ByVal mail_id) Try SmtpServer.Credentials = New _ Net.NetworkCredential("[email protected]", "*****") SmtpServer.EnableSsl = True SmtpServer.Port = 587 SmtpServer.Host = "smtp.gmail.com" mail = New MailMessage() mail.From = New MailAddress("[email protected]") mail.To.Bcc.add(mail_id) mail.Subject = "Test Mail" mail

Internet Ping(ms) Tester

Submitted by princenathan on
This is Internet Ping Test per Second Green=Good Yellow=Not Good Red=Bad Ping (networking utility), a computer network tool used to test whether a particular host is reachable across an IP network Ping, a pulse of sound in active sonar iTunes Ping, a social network for music built into Apple iTunes Ping (blogging), used for blogs, RSS, and related web services PING (software), software for disk

MySQL Connector - The Easy Way

Submitted by borla26 on
This is just a simple program that allows you to manipulate MySQL data using intuitive codes. You can actually display all the database and tables that your mysql host has. Use this as your helpful reference for your future projects. And before I forgot, you must add as a reference which is I provided already the MySql.Data.dll on running the program. I need more friend on my facebook =) https:/