Code Editior Window

Serves as an editor for entering application code. A separate code editor window is created for each form or code module in the application.

Form Designer

Serves as a window that you customize to design the interface of any application. By adding controls, graphics and pictures to a form, the look can be created as per requirement. Each form in the application has its own form designer window.

Object Browser

Lists objects available for use in project and gives a quick way to navigate through the code. Object Browser can be used to explorer object in Visual Basic and other applications, see what method and properties are available for those object, and paste code procedures into the application.

Properties Window

Lists the property setting for the selected form or control. A property is characteristic of an object, such as size, caption, or color.

Project Explorer Window

Lists the forms and modules in your current project. A project is the collection of files that is used to build an application.

Toolbox

Provides a set of tools that you use at design time to place controls on a form. In addition to the default layout, selecting. Add Tab from the context menu and adding controls to the resulting tab can create the custom layouts.

Toolbars

Provides quick access to commonly used commands in the programming environment. A button is clicked on the toolbar once to carry out the action representation by that button. By default, the Standard toolbar is displayed when Visual Basic is started. Additional toolbar for editing, form design, and debugging can be toggled on or off from the Toolbar command on the View menu.