vb6.0

Sales and Inventory Monitoring System for Maureen's Ukay-Ukay (Visual Basic + MySQL)

This is a work of my programming partner before entitled Sales and Inventory Monitoring System for Maureen's Ukay-Ukay. This is one of the thesis/capstone projects which we have made using Visual Basic 6.0 and MySQL as backend/database that we made for a particular school way back year 2010. This system is for a clothing store establishment. This system features: Transaction Sales Inventory Order

Complete Video Rental Management System

This system entitled Complete Video Rental and Management System was my project in Software Engineering Subject way back when I was a 3rd Year Computer Engineering Student. This system was programmed through Visual Basic 6.0 and SQL Server 2000. Thanks to my instructor that time because i had high grade in this subject :D This complete system features: Transaction Rent CD/DVD Return CD/DVD New CD

How to Create a Docking Pane Form in VB6.0

Hi. In this tutorial, i will teach you how to create a program that has a docking pane interface in your form. This docking pane interface or tool is one of the functions that i have created mostly in my created projects and systems to beautify forms. Now, let's start this tutorial. 1. First, download first Codejock software in the web and then install it. 2. Go to the components menu and check Xtreme Docking Pane ActiveX Control. output 3. Create an MDI form.

How to use Codejock to add themes to your VB6.0 Project

Codejock is a software used to beautify your project to add themes and colorful skin for your visual basic 6.0 forms. Here in this tutorial, i will teach you how to use this software. Anyway, all of the thesis software and capstone projects that i have made has the integration of codejock that my clients praised me that i made a good design of their project.

Display All System Information using Registry in VB6.0

Today, i will teach you how to display All System Information such as all Hardware Information like OS, CPU, Processor, Memory Information and etc., System Components like networks, CD, DVD, storage information, etc; Software Environment such as system drivers, running tasks, programs, etc; and Internet Settings. We will just access the registry setting for this tutorial. Now, let's start this tutorial! 1.

Byte Converter using VB6.0

Here in this tutorial, we will create a program that convert bits, bytes, kilobytes, megabytes, gigabytes, and terabytes to their corresponding bytes cases. We all know that 1 byte is equal to 8 bits and 1 kilobyte is equal to 1024 bytes. So that is the formula that we will going to use in this tutorial. 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.

Cashiering and Purchasing System for Ocean Bounties Restaurant

Cashiering and Purchasing System for this Restaurant was developed using Visual Basic 6.0 as frontend and MS SQL Server 2000 as backend. This system was one of the thesis I made for a particular school. This system is unique because this restaurant allows a debt purchase of meals. This system features: - Customer Registration - Sales Transaction - Order Item Transaction - Incoming Item Transaction

MAJ Microfinance Corporation Loan Collection System

MAJ Microfinance Corporation Loan Collection System is a complete loan collection system that was developed through Visual Basic 6.0 and MS Access 2003 Database. This system was one of the thesis I made for a particular school. This system features: - Client/Borrower Registration - New Member and Old Member Loan Application - Monthly Loan Payment - List of Payments - Interest Settings for

Convert from VB6.0 to Word

In this tutorial, we will create a program that can convert the inputted textbox in vb6.0 into a Word Document. 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 only one Button named Command1 and labeled it as "Convert to Word". Add also TextBox named Text1 for our input and displayed it in Microsoft Word.

RichTextBox with Bulleted List in VB6

In this article, we will create a program that can open a RichTextBox and manipulate its Bulleted List. The BulletedList function creates a list in bullet format. 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.Go to Project Tab, and Click Components or Press Ctrl+T. 3.In the Controls Tab, find and check Microsoft Rich TextBox Control 6.0.