Features:-- Visual Basic was designed to be easily learned and used by beginner programmers. The language
not only allows programmers to create simple GUI applications, but can also develop complex applications.
Programming in VB is a combination of visually arranging components or controls on a form, specifying
attributes and actions of those components, and writing additional lines of code for more functionality. Since
default attributes and actions are defined for the components, a simple program can be created without the
programmer having to write many lines of code. Performance problems were experienced by earlier versions,
but with faster computers and native code compilation this has become less of an issue.
Forms are created using drag-and-drop techniques. A tool is used to place controls (e.g., text boxes, buttons,
etc.) on the form (window). Controls have attributes and event handlers associated with them. Default values
are provided when the control is created, but may be changed by the programmer. Many attribute values can be
modified during run time based on user actions or changes in the environment, providing a dynamic application
The Visual Basic compiler is shared with other Visual Studio languages (C, C++), but restrictions in the IDE do
not allow the creation of some targets (Windows model DLLs) and threading models.
not only allows programmers to create simple GUI applications, but can also develop complex applications.
Programming in VB is a combination of visually arranging components or controls on a form, specifying
attributes and actions of those components, and writing additional lines of code for more functionality. Since
default attributes and actions are defined for the components, a simple program can be created without the
programmer having to write many lines of code. Performance problems were experienced by earlier versions,
but with faster computers and native code compilation this has become less of an issue.
Forms are created using drag-and-drop techniques. A tool is used to place controls (e.g., text boxes, buttons,
etc.) on the form (window). Controls have attributes and event handlers associated with them. Default values
are provided when the control is created, but may be changed by the programmer. Many attribute values can be
modified during run time based on user actions or changes in the environment, providing a dynamic application
The Visual Basic compiler is shared with other Visual Studio languages (C, C++), but restrictions in the IDE do
not allow the creation of some targets (Windows model DLLs) and threading models.
No comments:
Post a Comment