PDA

View Full Version : How to add references in VB.Net


TheDude
11-09-2003, 09:55 PM
Step 1

To add references in VB.Net either to use a NET or a COM component, go to Project and select Add Reference

In this example we will create a reference to a Microsoft ADO 2.7 COM.

Step 2

Click on COM tab and then choose Microsoft ADO Ext 2.7.

Step 3

Double click on it and then click on Ok to continue.