Creating and Using Objects

Objects are combinations of code and data that can be treated as single units. Nearly everything you do in Visual Basic involves objects, from the controls you use to the forms on which you place them. This section discusses where objects originate and how to use them.

In This Section