Visual Basic Introduction
Visual Basic Introduction
Addin:-
It allows you to create your own add-ins for the
Visual Basic IDE. Add-ins are special commands that you
can add to Visual Basic’s menu.
VB Enterprise Edition Control:-
This is not a new type of project but it simply creates
a new Standard EXE controls project & loads and the tools of
the Enterprise edition of VB.
TOOL BOX
The tool box is container that contains different objects
& controls. The objects & controls in the tool box can be
added to the forms to create graphical user interface. More
controls can be added to the Tool Box by the using component
command on the project menu, The VB tool Box contain two
types of controls: Standard and Custom. The control built into
VB is standard control. Custom controls are added by
including special files, which contains the controls. Typically,
custom controls are contained in files with extensions .VBX
& .OCX.
In case if the tool box is not visible then one can use the
following steps for showing the toolbox:-
1. Select the view menu.
2. Select the toolbox option from this menu.