vb6

Sorting: Ascending and Descending Order in VB6

In this article, we will create a program that can sort values into ascending or descending order in numbers in visual basic 6.0. Now, let's start this tutorial! 1.Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2. Next, add 2 Buttons named Command1 and labeled it as "Asc" for ascending order and Command2 and labeled it as "Desc" for descending order.

Barcode-Based Class Attendance Monitoring System

This is one of the capstone projects that I made for students in a particular school. This is a complete Class Attendance Monitoring System that is integrated by a Barcode to easily swipe ID's. Programming Language: VB 6.0 Database: MS Access Features of the System: - Students Information - Subject Information - Course Information - School Year Information - Login Students using Barcode - Record

Mind and Puzzle E-Games for Kids

Programming Language: VB 6.0 Database: MSAcess2007 and Text File Features Splash Form Instruction on how to play in every games and mind category Mind Category - The player has given 3 lives. Easy Round Basic Questions Randomized Questions 4 choices 10 items Normal Round Grammar Questions Randomized 3 choices 15 items Hard Round 2 Stories Enable/Disable sounds 5 questions per story 4 choices 10

Color Bar Program in VB6

Color bar is a strip on printed material or a screen display showing a range of colors, used to ensure that all colors are printed or displayed correctly. But in this program, we will just make use of the RGB Color with the use of scrollbars. Now, let's start this tutorial! 1. Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2.

Finding Factors Program in VB6

Factor is a a number or quantity that when multiplied with another produces a given number or expression. In this article, we will create a program that an find factors of a number input by the user and display them in a list box. Now, let's start this tutorial! 1.Let's start this tutorial by following the following steps in Microsoft Visual Basic 6.0: Open Microsoft Visual Basic 6.0, click Choose Standard EXE, and click Open. 2.

Sum of All Odd Numbers in VB6

I already introduced a program that can calculate the sum of all even numbers in visual basic 6.0 and now we will create another but this time it will be an odd numbers summation. We will write a Visual Basic program that reads an integer value and displays the sum of all odd integers starting from 1 and input value, inclusive. It will display an error message if the input value is less than 1. Now, let's start this tutorial! 1.

Save Data to Text File in VB6

A text file is considered a plaintext file and Notepad is only capable of creating and editing plaintext files and saves any text file with a .txt file extension. This means no special formatting or different types of fonts can be used. The easiest way to create a text file in Windows is to open up the Notepad software program on your computer. This is a standard program in Microsoft Windows, included with the operating system when installed. Now in this tutorial, we will create a program that can write and save data to text file.