Integrated Development Environment (IDE) of Visual Basic
Visual Basic has an IDE in which you can develop, test and debug applications. Visual Basic IDE comprises on a number of components.
MenuBars:
Visual Basic menu bar has number of menus e.g. File, Edit, View, and Project etc. Each menu contain commands, which are needed to work with Visual Basic e.g. File menu contain commands for opening, saving and creating executable files etc.
ToolBars:
The toolbars components of Visual Basic contains same commands, which are held by menus of menu bar. Commonly use toolbars of Visual Basic are standard, Edit, Debug and form editor toolbar. You can customise these toolbars by taking the following steps
Step 1:
Choose View==>Toolbar==>Customise from menu bar. This causes to display the following window on the screen.
Step 2:
Select Toolbars tab and press button "new" to add new empty toolbar. The name of this toolbar will be "custom1" as shown in the diagram ( shown on previous page ).
Step 3:
Select commands tab of the diagram ( shown on previous page ) and drag commands of different categories and drop over the new toolbar as shown in the diagram.
Project Explorer:
Project Explorer window can be displayed on the screen by using the shortcut command ctrl + n or choose view ==> project explorer or use standard toolbar.
Toolbox:
Toolbox is that component of Visual Basic IDE, which displays a list of intrinsic controls. Diagram for Toolbox window is as shown here.
To add other advanced control in the Toolbox right click in Toolbox window and select component option .
Select the required control from the above list and press OK button. it is required control is not available in the list then press Browse button and select required OCX file from C:\WINDOWS\SYSTEM path.
Toolbox window can be displayed on the screen by selecting toolbox icon from Standard Toolbar or select View==>Toolbox from menu bar.
All intrinsic controls resides in the General tab of the Toolbox to create a new tab in the window and select Add Tab option.
This causes to display this window after creating new tab any control can be added to this new tab.
Properties Windows:
Properties windows is that component of Visual Basic IDE, which displays related properties of all selected controls. Properties window can be displayed on the screen by using shortcut key F4, or view==>properties windows, or use Standard toolbar.
Form Browser Window:
From Browser window is that component of Visual Basic IDE, which is used as a container to hold Form control on the screen.
Form Layout Window:
Coding Window:
Coding window is that component of Visual Basic IDE, which provide interface to write code. one ComboBox of the coding window holds a list of the names of controls and the second ComboBox is used to hold the list of related events. The diagram of the coding window is shown on the previous page.
Immediate Window:
Local Window:
Local window is that component of Visual Basic IDE, which displays current value and data types of all local variables. When value of local variable changes the local window is automatically updated by the Visual Basic.
Watch Window:
Me : If you need more help, want to ask feel free to use below comment box. It will be my pleasure to help you. THANKS for reading.
0 comments:
Post a Comment