Visual Basic .NET

Sending E-mail using VB.NET

Submitted by donbermoy on
Hi! In this tutorial, i will introduce some kind advanced VB.NET Tutorial which is Sending an E-mail. VB.Net allows sending e-mails from your application. The System.Net.Mail namespace contains classes used for sending e-mails to a Simple Mail Transfer Protocol (SMTP) server for delivery. In this tutorial, let us create a simple application that would send an e-mail.

Picture Manager (updated version 1)

Submitted by cngirwa on
Picture manager help user to store picture to the database,edit picture name or delete picture. please open the read me first document before you open the system. thank you.. Updates: - Search functionality - Increased size of resolution (1025x650 pixels) - Reduced size (~750kb) For any question, please contact me via email or sourcecodester message modules. Please fill free to visit my other

Navigate Record In the DataGridView Control (Count the records, First and Last Buttons)

Submitted by janobe on
This is the continuation of my previous tutorial which is the Navigate Record In the DataGridView Control. This time I’m going to add the last and first buttons and at the same time I’m going to add the counting of how many times the displayed records change in the DataGridView.

Navigate Record In the DataGridView Control

Submitted by janobe on
In this tutorial I will teach you how to navigate records in DatagridView using Visual Basic 2008 and MySQL Database. This will show you that you can limit your displayed records in the Datagridview. And there’s no need for you to scroll down to it whenever you have plenty of records. All you have to do is to click next and previous buttons.

SQL Auto Backup

Submitted by Bhausaheb Ghodepatil on
Hi this is program make a vb.net 2010 to back up and restore SQL server Do You Know What to Look for in a Cloud-to-Cloud Backup Solution? Choosing a backup solution can be complicated, especially for cloud technology. We created this resource to help you understand all the critical components to look for when evaluating backup and recovery solutions for your cloud data. In this white paper you'll

Displaying and Counting the Total Value of the Records in the DataGridView

Submitted by janobe on
In this tutorial I will show you how to display and sum up the total values of the records in the DataGridView. The records that are displayed are items that has its price, then, the total value will be displayed in the last row of the DataGridView .

Creating a Report in Student Registration Using Crystal Reports Part 3

Submitted by janobe on
This is the continuation of my tutorial. This time I will show you how to put a Crystal Report in a Windows Form and retrieving the records from the database. Let’s begin: First, open the file of Student Registration in Visual Studio 2008. Add a new file which is a Windows Form.