English

Study Of Integrated Development Environment (IDE)

Advertisements

Topics

  • Getting started with Vb - Using the IDE
  • The Menu Bar
  • The Tool Bar
  • The Tool Box 
  • Toolbox and Property Editor 

Visual Basic Environment

We need to select the type of project. We select the standard EXE project. Most of the applications are standard EXE projects. The Visual Basic IDE consists of several components. The main window contains Form 1, where you design the application's user interface, such as checkboxes and buttons. This form is what users see when running the application. The title bar shows the project name, current Visual Basic mode, and the active form. 

The Menu Bar 

The menu bar offers various commands. The basic menus include: 

  1. Debug: Commands for debugging.
  2. Edit: Commands for copying, pasting, undoing, formatting, and editing code, including Find and Replace.
  3. File: Commands for opening, saving projects, creating executable files, and accessing recent projects.
  4.  Format: Commands for aligning controls on the form.
  5. Project: Commands for adding components to the current project, referencing windows objects, and adding new tools to the toolbox. Run: Commands for starting, pausing, and ending the execution of the current application.
  6.  View: Commands for viewing.

Toolbox & it’s elements 

The Toolbox contains the icons of the controls that one can place on a form to create the application's user interface. By default, the Tool box contains user interface, pointer icon and icons of 20 Active X Controls. The elements of Tool box are: 

  1. Check Box: Provides user choices. Its value is 0 when cleared and 1 when checked, toggling status with each click.
  2. Command Button: Common in Windows interfaces, it triggers an action when clicked.
  3. Frame: Draws boxes on the form and groups other elements.
  4. Label: Displays non-editable text to identify other controls. The text is set with the caption property.
  5. Picture Box: Displays images set with the picture property and supports various drawing methods.
  6. Text Box: Displays editable text for user input.

 

If you would like to contribute notes or other learning material, please submit them using the button below.
Advertisements
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×