Category Archives: Visual Basic 6 (VB6)

VB6 Tutorial 45: Overflow Errors

Have you ever faced an overflow-error? While working with large data, generally large numbers, overflow error raises. I’m going to explain about the overflow-error to you in this lesson with some tips and tricks for fixing it. Reasons for an Overflow error Assigning large numbers The overflow error occurs when you’re assigning a large number or a numeric… Read More »

VB6 Tutorial 39: Data Inspection Functions

You’ll learn about some data inspection functions in this lesson. These functions will inspect the expression. More precisely, these functions will provide you the information related to your expression. You’ll get these functions in the Object Browser inside the “Information” module.