Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Add a reference through code

Status
Not open for further replies.

EagleTempest

Technical User
Jun 15, 2004
125
CA
VB 2005 and .Net 2

Instead of adding a COM reference through the Add Reference menu option in the VB IDE, can it be done in code?
 
what you need to look at is System.Reflection, specifically the Assembly and AppDomain classes.

good luck.

mr s. <;)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top