In this lesson, we’re going to learn how to use loop statements in visual basic. What is a loop? A loop in computer programming is a process that repeats the same command or instruction and ends until given condition becomes…
Tag: vb6 tutorials
If Statement in Visual Basic
In computer programming, a conditional statement is the type of statement that executes a command when the condition is met or when the condition is true. The if…then statement The if then statement of visual basic is similar to the…
Visual Basic 6.0 Variables
In the previous lesson we have enumerated the different data types in visual basic, now we’re going to use those data types in a real scenario. In this lesson, we will about to learn declaring variables with its corresponding data…
Arithmetic Operators in Visual Basic
Let’s now discuss the different kinds of operators under the Arithmetic function There are 3 groups of operators in Visual Basic: we have the arithmetic operators, relational operators and the logical operators, but this article will only discuss about the…
Insert flash animation (swf file) in Visual Basic
How to insert flash animation (swf file) in visual basic Flash animation can be created in animation software just like Adobe Flash and SwishMax. The output of your animation is in .swf. Now the question is how are we going…
Data Types in Visual Basic 6.0
Data type is a storage format that can contain range of values. A data type in simplest form is to determine what kind of data it can store. Just like every other programming languages, Visual Basic 6 has its own…
Visual Basic 6 IDE (Integrated Development Environment)
Before I show you the IDE of Visual Basic 6 let us first define what IDE (Integrated Development Environment) is. (Integrated Development Environment) is a term used in programming that facilitates application development. It is a GUI based application that…
Introduction to Visual Basic 6.0
What is Visual Basic? Visual Basic is a high level programming language developed from the earlier DOS version called BASIC. Visual Basic is a Rapid Application Development Tool (RAD) used for developing graphical user interface (GUI) application. With this feature,…