Computer Science, asked by pawan23163, 11 months ago

explain the elements of visual basic environment​

Answers

Answered by sandeepkm3666
6

Answer:

Elements of Visual Basic environment

One of the most significant changes in Visual Basic 6.0 is the Integrated Development Environment (IDE).

...

The Integrated Development Environment

  • Menu Bar.
  • Tool Bar.
  • Project Explorer.
  • Properties window.
  • Form Layout Window.
  • Toolbox.
  • Form Designer.
  • Object Browser.

Explanation:

Answered by anjaliom1122
0

Answer:

The Visual Basic environment is a Microsoft IDE (integrated development environment). It is the first product to provide a graphical programming environment for developing a user interface, and it is used with a basic programming language.

Explanation:

Elements of visual basic environment​:

  • Visual Basic (VB) is a Microsoft event-driven programming language and environment with a graphical user interface (GUI) that lets programmers modify code by dragging and dropping objects and defining their behavior and appearance. Event-driven and object-oriented, VB is derived from the BASIC programming language.
  • VB is a rapid application development (RAD) system that is used to prototype an application that will later be written in a more difficult but efficient language.
  • Visual Basic 6 was the last version of VB, released in 1998, but it has since been superseded by VB.NET, Visual Basic for Applications (VBA), and other programming languages.

Visual Basic environment​ features and characteristics:

  • VB is a GUI-based development tool with a faster rapid application development time than most other programming languages. VB also has a more straightforward syntax than other languages, a user-friendly visual environment, and high database connectivity.
  • Visual Basic was created to be a full-featured programming language with standard features like string processing and computation. A drag-and-drop feature in the visual environment allows programmers to create a user interface that is simple to use, even for developers with little experience.
  • While these features of VB are beneficial, there are some that can be detrimental. Both the initial installation and the ongoing use of the VB programming environment necessitate a large amount of memory.
  • Visual Basic is also ineffective for creating program that require a lot of processing time, such as games, and its use is limited to Microsoft operating systems (OS).
  • Finally, programmers can easily find and use the defined values for variable data in a computer program using C languages at declaration time. This type of initialization is difficult to achieve in Visual Basic.
Similar questions