CHAPTER 1 - Introduction To Visual Basic Programming
CHAPTER 1 - Introduction To Visual Basic Programming
From the Run menu, choose Break, click the Break button, or
press CTRL+BREAK to switch to break mode.
In BASIC, programming is
VISUAL BASIC is a
done in a text-only In Visual Basic,
VISUAL and Event-
environment and the programming is done in a
driven Programming
program is executed graphical environment.
Language.
sequentially.
Event-driven
Some of the events
The only time code because we need to
VB performs are load, click,
will execute in VB is write code in order
event-handling double click, drag
in response to to perform some
function. and drop, pressing
such an event. tasks in response to
the keys and more.
certain events.
1.2.2 EXPLAIN THE PROCESS
OF VISUAL PROGRAMME
DESIGN AND DEVELOPMENT
CONTROL DESCRIPTION