Category Archives: Microsoft

Complete Payroll System

This is a complete payroll system w/ Daily Time Report. This code is intended for those developer who wanted to create their own payroll system. hope this one can help you. Attachments File Uploaded Size 1066-20191122-125432-ComPayroll.zip 11/22/2019 12:54:32 PM 2035070

VB6 Error Code List

This list contains all 658 errors that can happen in Visual Basic 6. The list is useful in debugging problems in your software, and with it, you can decipher a seemingly random number to an actual description of the problem. Code Explanation 0 The operation completed successfully. 1 Incorrect function. 2 The system cannot find the file specified.… Read More »

Visual Basic 6.0 Installer, via Inno Setup

This script converts the conventional Visual Basic 6.0 installer into new and compact setup using Inno Setup. Installing Visual Basic 6.0 on later version of Windows is getting harder due to its outdated installation method especially on Windows 10 where NTVDM is need to enable in order to run VB6 setup. This installation is solved by porting VB6… Read More »

Personal Socks4 Proxy

This is a simple Socks4 Proxy server, comes in a neat little Control you can simply include in any project you want to have a proxy in! Works for almost any program that supports Socks4. Attachments File Uploaded Size 1063-20191120-064519-PersonalSocks4Proxy.zip 11/20/2019 6:45:19 AM 6910

Area of the Rectangle in VB6

Here is a very simple program that I wrote using VB to compute the area of the rectangle. The code is very short and easy to understand. What does the program will do is to ask the user to give length and breath of the rectangle and the our program will solve for it’s area. Private Sub Command1_Click()   Sum… Read More »

Perfect Tic Tac Toe

Demonstrates the use of variable levels of AI to challenge an opponent at any level. Highest level is unbeatable, lowest level is very easy. This code is HEAVILY documented (see for yourself). Can you beat the “Clever” level? Attachments File Uploaded Size 1062-20191114-132430-TicTacToe.zip 11/14/2019 1:24:30 PM 8862

Class Scheduling System

I would like to share here my Scheduling System, this system is only a part of my High School Enrollment System and my College Enrollment System that consist of 8 modules (registrar, grader, controller, scheduler, checker/assessor, collector/cashier, administrator, and the Web Transcript). This system covers timetable for a school, high-school or university. It uses a fast and efficient… Read More »

Complete Inventory System

It allows the end users to encode the necessary transactions for the products delivered by the supplier and the products delivered to the customer. It has necessary maintenance for the customer, products, suppliers and users for record keeping (with add, edit, delete, save, find and cancel button). Counts the remaining item and prompt messages when in reaches the… Read More »

Full Accounting/Invoicing Program

This is an accounting or invoicing program that i made using databases and rich text files. I tried not to use any complicated OCXs like report designer or any control like that, which I have seen in other submissions. With this program, you can make accounts, delete accounts, edit the account information, enter information into invoice, toggle through… Read More »

Word Counter Thing

This is a simple word counter, using the measure of five characters equals a word. It’s pretty simple, containing only four buttons and textbox. The quick demo was written to show the differences between removing nothing, removing spaces, and removing punctuation has on word count. Demonstrated in this project are: Attachments File Uploaded Size 389-20191011-084323-wordcounter.zip 10/11/2019 8:43:23 AM… Read More »