Category Archives: Visual Basic 6 (VB6)

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 »

WinLocaleConvert

This program shows the international settings of the country you select such as Format Currency, Date Format, Day Name, Month Name… Usage Example by David Costelloe. The code for the DLL was written by someone else, David got the code from the Internet which was posted for Visual Basic developers. Attachments File Uploaded Size 1047-20191007-094957-WinLocaleConvert.zip 10/7/2019 9:49:57 AM… Read More »

Net Stuff

This program queries the network and shows the Domains/Servers/Workstations structure. It also shows the users of each Server or Workstation and can send messages to the selected PC. David Costelloe has used some examples from http://www.planet-source-code.com and put them all together and manage to produce this sample. Credit should go to the developers who published the orignal source… Read More »