Explain Three
Explain Three
• The structure of the Basic programming language is very simple, particularly as to the
executable code.
• The VB-IDE has been highly optimized to support rapid application development
(RAD). It is particularly easy to develop graphical user interfaces and to connect them
to handler functions provided by the application.
• The graphical user interface of the VB-IDE provides intuitively appealing views for
the management of the program structure in the large and the various types of entities
(classes, modules, procedures, forms).
• When editing program texts the "IntelliSense" technology informs you in a little
popup window about the types of constructs that may be entered at the current cursor
location.
• COM components can be written in different languages and then inegrated using VB.
• Interfaces of COM components can be easily called remotely via Distributed COM
(DCOM), which makes it easy to construct distributed applications.
• There is a wealth of readily available COM components for many different purposes.
a) Form files
• A form file holds a description of all objects and their properties for the form as
well as the Basic Code you have written to respond to the event. Each form in
your project is saved in a file with a .frm extension.