Visual Basic .NET

Timer

Submitted by joken on
This tutorial will be focusing on the use of timer control in visual basic. Timers plays very important role in most application both client and server-based components. And this control is associated with “Tick” method that allows to be used when an event has to happen when certain amount has passed. At this time, we’re going to create an application using the timer. To do this, open Visual Basic and save it as “timers”. Then add five labels and a Timer.

Stock Inventory System: Creating the Stock Master

Submitted by joken on
In this tutorial, I’m going to show you how to create a stock master. This stock master will cater all the data entry for the new acquired stocks or Item(s). And the loading, updating and deleting of a specific stocks or Items. To start in this lesson, first we need to open our project called “Stockinven”. Then, were going to add new form and we will name it as “Stock Master”. To do this, go to solution explorer right click the project name, then point the mouse pointer to “Add” then choose “Windows Form”.

Stocks Inventory System: Setting Database Connection

Submitted by joken on
This tutorial is a continuation of previous topic called "How to Create a Stocks Inventtory System". At this time, we’re going to focus on how to set up our database connection. In setting database connection, there are two way on how to do it. First is using the IDE of visual by specifying the data source of the database.

How to Create a Stocks Inventory System

Submitted by joken on
In this tutorial, I'm going to teach how to create a Stocks Inventory System in a phase to phase basis. This system will be developed using Visual Basic 2008 and Microsoft Access Database 2003 for database. Here’s the outline for this topic:
  • Setting the Database tables
  • Setting Database connection
  • Creating a Stock Master
Registering new stocks
Updating stock
Removing stocks
  • Creating a transaction
Releasing of stocks
Returning of stocks

Banking System

Submitted by itoroakpan on
This system is using MS SQL Server. The following are the features of this system: Create account Create account number Close account Freeze account Unfreeze account Credit account Debit account Check account balance Run the Sql script to create the database in your sql server (myRetailAccount), before running the application.

Simple Add, Update, Delete, Display and Search VB.net 2012

Submitted by roelzkie.delos… on
I have created a simple program that can add, update, delete, display and search MS Access database. It only contains a single form and a module. Hope this could be a good example. This program also provide code for Dragging the form with borderstyle set to none. No password covered in this program.

ListBox control

Submitted by joken on
A Listbox control allows user to select a single element or an item from a list. And it allows the programmer to add an item(s) at design time or at runtime. This time,open visual basic and create a new application and save it as “listboxcontrol”. Then add a listbox from the toolbox, and it should look like as shown below. Then we can populate the listbox using the window properties. Here’s the following steps 1. Select listbox control 2. Go to the properties window 3.

Job Ordering System

Submitted by joken on
This system is created using Visual studio 2008 and MS access for database support. The has many features and this feature will discuss on how to use the system. How to use Job Ordering System •When you first run the job order program, the main menu of job ordering system will show before the user log in. •The next form is the log in form that display when the user click the log in menu on the