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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Attaching to a Class Library

Status
Not open for further replies.

sacsac

Programmer
Dec 10, 2000
182
GB
In VB6 I was familiar with using the code:

Set MyObj = CreateObject("MyDLL.MyClass")

in order to attach to a DLL.

What is the equivalent code in VB2008 ?
 
Thanks to anybody who is looking at this thread, but I have got it sorted now!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top