VB6 Tutorial 10: Common Properties 2 of 3
In this second part of three of the common properties section, we’ll take a quick look at nine more properties that are common to most default VB6 objects.
In this second part of three of the common properties section, we’ll take a quick look at nine more properties that are common to most default VB6 objects.
Common properties are properties that are shared by most objects in the VB6 Toolbox. Some have more, while others have fewer. In this section we’ll start looking at four of them.
An operator in a programming language is a symbol that tells the compiler or interpreter to perform specific mathematical, relational or logical operation and produce final result.
This lesson will cover scoping and lifetime of variables in procedures and modules.
Visual Basic is an event driven programming language. Before proceeding to the next chapter, it is very important to have a good concept of event driven programming.
This lesson is designed to get you familiar with data types and their usage. Very important stuff for memory management in larger programs.
This lesson will walk you through building your first Visual Basic 6 (VB6) program.
Before getting into the actual programming work, you need to have a knowledge of VB controls. In this lesson, a very short description has been given about the controls.
This lesson will give a quick tour around the Integrated Development Environment, or IDE.
Visual Basic, derived from the Basic language, is an object based and even-driven programming language from Microsoft. This language is relatively easy to learn.