IDE
An integrated development environment (IDE) is a programming environment
that has been packaged as an application program, typically consisting
of a code editor, a compiler, a debugger, and a graphical user interface (GUI)
builder. The IDE may be a standalone application or may be included as
part of one or more existing and compatible applications. The BASIC
programming language, for example, can be used within Microsoft Office
applications, which makes it possible to write a WordBasic program
within the Microsoft Word application. IDEs provide a user-friendly
framework for many modern programming languages, such as Visual Basic, Java, and PowerBiulder
Integrated development Environment (IDE) is the platform of develop a program in Visual Basic. It Consist on properties window, from layout window, form Explorer window, menu bar, Tool bar, Tool Box, Form
Form:
Form is the main Part of IDE. We can set any object on the form such as command Button, Label, check button, Option Button, Combo Box, List Box scroll bar etc. A Form is the window you customize to create the graphical user interface of your program.
TOOL BOX
The Tool Box contains tools or controls which you use to addelements of the user interface to the form
Properties Window
Properties are the attributes of an object such as size color etc. Properties window is used to set the initial property values of different objects. Two available views of properties window are Alphabetic view and Categorized View.
Alphabetic View: In this view all properties are arranged in alphabetic order.
Categorized View: In this view, the properties are divided into different categories.
Form Layout Window:
Form Layout window show the position of form in the screen when the program will be executed. The position of the screen can be changed by simply dragging the form with mouse to the desired location.
Project Explorer Window
Project Explorer window displays a list of all forms and modules that used in application. It can be used to view the form or code window

_________________________________________________________________________
Option : Description
View Object : It displays the graphical user interface
Toggle Folder : It is used to show or hide folders in project explorer window.
View Code : it is used to display code window
Code Window