visual basic.net

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.

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”.

Computer Aided Instruction using Visual Basic.Net

Submitted by joken on
This Computer Aided Instruction System(CAIs) Level 1 includes the use of computers to teach academic skills and to promote communication and language development skills. The features of this system: 1. It has an admin side that enables user to customize the text headings of the main form, Description, Test Questionnaire for test Yourself, Chapters and Logo Section. This looks like as shown below

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.

Part IV: Improving of Code using Modules in Visual Basic.Net

Submitted by joken on
This tutorial is a continuation of Part III: Update and Delete Specific Data in MySQL Database using Visual Basic. Net. But this time we're going to focus on how we can improve the design of our existing code using Code Refactoring. Refactoring is the process of changing a software system in such a way that it hasn't altered the external behavior of the code, yet improves its internal structure.