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

Is it possible to add references dynamically? 1

Status
Not open for further replies.

aliinal

Technical User
Jun 26, 2001
104
TR
I wonder if it's possible to add a reference to an activex dll in runtime.

if I do not add any reference in design time,but i have to use a dll in run time what must i do?

is there any command like addreference or any collection like references (as controls)..

Thanks...
 
Yeah,,,

Its the CreateObject Statement

It would look similar to this:

Set MyObj = CreateObject("ProjectName.ClassName")

 
Thanks a lot bjd4jc...

That's great and works fine...

:)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top