
Chapter 14
CONTROLS IN VISUAL BASIC
V
isual Basic provides a number of intrinsic and extrinsic controls. Before
starting the Visual Basic control let us take a look at the various properties
of the form itself.
A form provides an interface for an application where the controls can be
dragged to design the application. In a form’s code window we can write the
procedures for different events of controls used in the form.
Object Window
FIGURE 14.1
273