Category Archives: Visual Basic 6 (VB6)

This will allow you to compare times.

I noticed that there is a ‘Date’ type in VB, but no ‘Time’ type. So if you want to compare Dates you are fine, but for Time comparisons you are a bit stuffed. This is very simple and will allow you to convert times into numbers so that you can make easy comparisons with them.

VB6 Barcode Generator

This a Barcode generator with bar39 and bar128. THIS BARCODE GENERATOR IS SIMILAR TO INDUSTRY RENOWN PRODUCT ‘ACTIVEBARCODE’ IN FUNCTIONALITY. I’ve put detail description of how these codes are generated. If you are a beginner or a novice to Barcode, it helps you to understand the Barcode algorithms I’ve used. I’ve developed it from scratch. Now with these… Read More »

VB6 Tutorial 65: Storing Code in a Module

Visual Basic 6 stores its code in the form of module that makes your program more structured. So its very important to learn about it. Before you start Its recommended that you first have the concepts of scope, procedure,functions and multiple forms. The following lessons are helpful. What is a module? Module is a separate code file in… Read More »