Visual Basic .NET Tutorial

Advance Computer Shutdown using Visual Basic.Net

Submitted by joken on
In this tutorial we’re going to create a simple application that enable a user to shutdown, restart and log off the computer using visual basic. To do this open visual basic and create a new project and name it as “Shutdown”. Designing the user interface: The user interface in this project looks like as shown below. To do this, we need to add three buttons and change their Text property into “Shutdown”,”Restart” and “Log Off”.

Book Finder Using Quick Search in Visual Basic.Net

Submitted by joken on
This tutorial is a continuation of “Book Finder Using Visual Basic.Net and MS Access 2007”. At this time, we’re going to learn how to put a Quick search. By using a quick search, we can save more time by specifying the title of a specific book, author, Dewey number and subject. To start with this tutorial, add a new textbox and name it as “txtquick” and a label, and change the text property to “Quick Search”.

Book Finder Using Visual Basic.Net and MS Access 2007

Submitted by joken on
Book Finder Using Visual Basic.Net and MS Access 2007 In this tutorial, I’m going to teach you how to create a “Book Finder” program that commonly used in any library system. The user can search for a book titles based on authors, subject, and Dewey decimal classification Number of a specific book.

Progress Bar control in Visual Basic.net

Submitted by joken on
The Windows progress bar control represents the visual feedback to the users about the current status of any task. And it shows the bar that fills from left to right representing the operation progress. In this tutorial we will focus on how to put the prograess bar control and its functionality using visual basic. And here’s the final output of our project. To start building this program, open visual basic and create a new project and name it according to your will.

Lap Timer using Visual Basic.Net

Submitted by joken on
In today’s lesson, we are going to create a Lap timer using visual basic. To start with, we need the “Split Timer Using Visual Basic.Net”. Download it and continue with our tutorial below. Let’s begin our tutorial. First change the property name of “Split” button into “btnLap” from “btnsplit”, then we'll change also the Text property of this button into “Lap” from “Split”.

Digital Stopwatch using Visual Basic.Net

Submitted by joken on
In this tutorial I'm going to teach you on how to create a simple digital stopwatch that will able you to start the timer when the “Start” button is click, then pause the timer when the “Pause” button is clicked. And you can also clicke the “Continue” button if you want to continue running the timer. And this program has the feature that able’s you to restart the timer anytime you want as long as you click the “Reset” button and finally you can stop the timer if you wish to stop it and the timer will go back to its original value.

Advance Login Form in Visual Basic .NET

Submitted by Hasan soherwardi on
Advance Login Form: ____________________ Advance Login Form in VB.NET 2010 and Ms Access Database 2007. This tutorial is for you to learn how to make an advance login in VB.NET. It is for beginners only. I hope this tutorial is very helpful for beginners. So download it, learn and injoy programming.