Visual Basic .NET

Visual Basic .NET Source Code

Free Visual Basic .NET Source Code. Download 10 latest Visual Basic .NET system's projects with source code for free here.

Snake Game

Submitted by Oelasor on
This is a short and simple game program based on the mobile Snake Game popularized by the classic Nokia mobile phone models. The program demonstrates the use of Struct and Enum keywords in VB .Net 2010. The game uses the arrow keys on the keyboard. The snake increases its length and speed by 1 square unit (10 pixels x 10 pixels) and by 4 percent of its initial speed respectively for every

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