Visual Basic Code , VB.NET Code, VB Code
  Home   :  Code   :  Forums   :  Submit   :  Mailing List   :  About   :  Contact


Use an ActiveX DLL without refrencing it first.


Use an ActiveX DLL without refrencing it first.

Author
Message
Cyrix1024
Cyrix1024
Forum God
Forum God (681 reputation)Forum God (681 reputation)Forum God (681 reputation)Forum God (681 reputation)Forum God (681 reputation)Forum God (681 reputation)Forum God (681 reputation)Forum God (681 reputation)Forum God (681 reputation)

Group: Forum Members
Posts: 5, Visits: 1

Is it possible to use an ActiveX DLL without referencing it first? and if so then how would i go about it please.

Im really sorry if this has been answered but i kina need the answer fast.

Thanks deerly for any help u can give.

 

Steve B (Cyrix1024)


Keithuk
Keithuk
Forum God
Forum God (297K reputation)

Group: Moderators
Posts: 1.9K, Visits: 5.5K
You need to register the dll first.

Keith

I've been programming with VB for 17 years. Started with VB4 16bit Pro, VB5 Pro, VB6 Pro/Enterprise and now VB3 Pro. But I'm no expert, I'm still learning.

Mark
Mark
Forum God
Forum God (141K reputation)

Group: Moderators
Posts: 1.1K, Visits: 11K
You can use CreateObject to create COM DLLs without referencing them.

Set obj = CreateObject("ProgID")

But like Keith said, you will have to register the DLL first.

Edited
9/22/2005 by Mark
GO


Similar Topics


Reading This Topic


Login
Existing Account
Email Address:


Password:


Social Logins

Select a Forum....

















A1VBCode Forums


Search