Share via


Visual Basic Concepts

Control Creation Basics

If you're used to developing Visual Basic applications, the world of control creation may at first seem upside down and backward. Events flow in the opposite direction from what you're used to. Many properties you're used to setting as a consumer of controls are suddenly off limits. Focus is — well, we'll get to focus in due time.

In short, you're not the owner of an application any more — you're just a widget, a cog in somebody else's machine. Relax. Let things unfold naturally.

The topics in this section provide the basic facts and concepts you need to master this new way of thinking about controls.