VISUAL BASIC
1.Introduction
Introduction to visual basic
The BASIC language has been around since early days of computing and its
principles are familiar to most of the people will programming experience.
BASIC was the most popular language because of its simplicity coupled with
power. However, the advent of Windows Environment has provided a new
challenge to BASIC programmers The User Interface has changed from
Character User Interface (CUI) to graphical user interface (GUI) which is more
initiative and easier to use. There are many advantages of working with the
Graphical Windows environment over Character Based Environment.
Visual basic provides a vital link to graphical environment and allows us to
develop applications based on standard Windows features. Dialog boxes,
Command buttons, Pull down menus, Scroll bars, Selection bars etc. The Visual
Basic programming system allows us to create robust and useful applications
that fully make use of the graphical use interface (GUI).
Visual Basic helps us to be more productive by providing appropriate tools for
the different aspects of GUI development. We create the graphical user
interface for our application by drawing objects in a graphical way. We set
properties on these objects to refine their appearance and behaviour. Then we
make this interface reach to the user by writing code that responds to events
that occur in the interface. Using Visual Basic we can create powerful, full
featured applications.
1.Introduction
Introduction to visual basic
The BASIC language has been around since early days of computing and its
principles are familiar to most of the people will programming experience.
BASIC was the most popular language because of its simplicity coupled with
power. However, the advent of Windows Environment has provided a new
challenge to BASIC programmers The User Interface has changed from
Character User Interface (CUI) to graphical user interface (GUI) which is more
initiative and easier to use. There are many advantages of working with the
Graphical Windows environment over Character Based Environment.
Visual basic provides a vital link to graphical environment and allows us to
develop applications based on standard Windows features. Dialog boxes,
Command buttons, Pull down menus, Scroll bars, Selection bars etc. The Visual
Basic programming system allows us to create robust and useful applications
that fully make use of the graphical use interface (GUI).
Visual Basic helps us to be more productive by providing appropriate tools for
the different aspects of GUI development. We create the graphical user
interface for our application by drawing objects in a graphical way. We set
properties on these objects to refine their appearance and behaviour. Then we
make this interface reach to the user by writing code that responds to events
that occur in the interface. Using Visual Basic we can create powerful, full
featured applications.