Adding a Reference to a Project in Visual Basic

Started by ganeshbala, Aug 19, 2008, 10:37 AM

Previous topic - Next topic

ganeshbala

Adding a Reference to a Project in Visual Basic


Many other applications have object libraries that a web page designer can set a reference to in a Visual Basic project. By adding the reference, the designer will have those objects available to place in the code for the project. The designer also can browse for references that might be on the computer but not in the list, and thus expand the list of references available for Visual Basic projects.

Click on Start in the lower left-hand corner of the desktop screen. Then select All Programs, Microsoft Visual Studio 6.0 and Visual Basic 6.0.


Choose Standard EXE from the list in the New Project dialog box, then click on Open.


Select Project on the menu bar and then choose References from the drop-down menu.


Scroll down the list to find the reference to be added and click the checkbox to add it to the project. Click on OK to return to the Visual Basic project.