Visual Basic

Even or Odd in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a simple tool in Visual Basic to check whether the entered number is even or odd. Design: For this program, we need a couple of components; Button, button1, Begin the checking process. NumericUpDown, numericUpDown1, Hold the number value. Button Click: Once the button is clicked, we first want to create a new integer variable and set it equal to the value of the numericupdown control...

Compute Grade Using VB6

Submitted by jayzeeman on
This is a simple Grading System and this is my first project this past year. I have used Microsoft Visual Basic 6.0 and Microsoft Access 2013 and make sure you have all required Software before open vb *this is all you need to open in References "Microsoft active x 2.8 library" and into components "Microsoft data grid control 6.0 (OLEDB), Mircosot ADO data control 6.0(OLEDB), Microsoft Windows

Image Slider in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create an image slider in Visual Basic. Design: For this project, our design requires; Button, button1, To go to previous image. Button, button2, To go to next image. Picturebox, picturebox1, To hold the current image. Note; You will most probably want to set the appropriate properties for the picturebox, otherwise some images will look larger than others. Loading: On form load, we want to get all the images in the default directory.

Sales and Inventory System for Palma Store

Submitted by donbermoy on
This is one of my works before entitled Sales and Inventory System for Palma Store. This is one of the thesis/capstone projects that I have made using Visual Basic 6.0 and SQL Server 2000 as backend/database that I made for a particular school. This system is for a food store establishment. Features of the System: Transaction Sales Adjust Items Return Items Purchase Order Inventory Incoming Items

Student Details

Submitted by mevada.bhaumik.1 on
> This is a simple project. > It is add, delete, edit, exit and any other facility in the project. > Then all information save record into database system. > And all student information are save in the database. > Then the use of all student details are given your database. > It is database connectivity related in the project. > Open this project. > And all information is submit and click in save

Bubble Sort in VB.NET Console

Submitted by donbermoy on
In this tutorial, i will teach you how to create a program for bubble sorting using vb.net console. We all know that bubble sort is a sorting algorithm that is repeatedly searching through lists that need to be sorted, comparing each pair of items and swapping them if they are in the wrong order. Now, let's start this tutorial! 1. Let's start with creating a Console Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Console Application. 2.

Veterinary Clinic Management System for Surigao Pet Doctors

Submitted by donbermoy on
This is a system entitled Veterinary Clinic Management System for Surigao Pet Doctors that was programmed using Visual Basic 6.0 and SQL Server 2000. This is a thesis software/capstone project made by my friend way back in college. This system helps the pet shop clinic, clients, and health care services for pets. This system features: Register Clients Register Pet Check-up Confinement Surgery ____