Finding Factors Program in VB6

Submitted by donbermoy on
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.

Grade Inquiry with subject Evaluation system

Submitted by jkev on
Online grade inquiry with subject evaluation system written using PHP/MySQL. The features of this system are as following: - add, edit, delete subject - add, edit , delete subject - add ,edit , delete course - add , edit , delete students - add image for students - view grades online - add, edit grade with corresponding equivalent - generate reports for grades - evaluate your next subject to be

Sum of All Odd Numbers in VB6

Submitted by donbermoy on
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

Submitted by donbermoy on
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.

Compute General Weighted Average (GWA) using VB6

Submitted by donbermoy on
The General Weighted Average is a representation (often numerical) of the overall scholastic standing of students used for evaluation. GWA is based on the grades in all subjects taken at a particular level including subjects taken outside of the curriculum. The Philippines has varied university grading systems.

Android SCRUD (Search,Create,Update,Delete) in a Remote MySQL Database

Submitted by hob2006 on
The beauty of this simple little program is not in its novelty value, but that it can be added to any other program to add functionality and make a point of difference. This is my updated demo program on how to SCRUD (Search, Add, Edit, and Delete) in a Remote MySQL database.Using a direct connection via access point/wifi. There is no webservices/php file created for this demo apps.

Enrollment and Grading System for SPRCNHS

Submitted by Hutzy on
(NOTE: We do simple codings as long as we can) >>The size of this system is over 50mb that is why we compile it and remove some files to make it lower size >>There is a notepad for the SOURCECODE for how to > add, edit, delete > search > keypress > adodb connection > print out refresh * Enrollment System (Feautures) > Add, edit, delete students > Search like (fb, google) > Picture (using webcam to

Text-To-Speech Application in VB6

Submitted by donbermoy on
Aside from my Text-To-Speech Application in Android and VB6, I also created another tutorial in VB6 that converts an inputted text into a speech or voice. We will just only call the Speech API namespace for this program and with the use of Spvoice object. The SpVoice object brings the text-to-speech (TTS) engine capabilities to applications using SAPI automation. An application can create numerous SpVoice objects, each independent of and capable of interacting with the others. Now, let's start this tutorial! 1.

Change Table Row Background Color When Qty Below 10 Using PHP/MySQL

Submitted by argie on
This tutorial will teach you on how to change table row background color when the qty is bellow 10. I use 10 as a default minimum value of qty, you can change it to any number if you want. This tutorial is helpful for thus creating a system that involves products. This is useful because it provides a legend or a prom the certain product is bellow the minimum qty. The admin can easily identify which product need to be order by the use of this feature.