|
-
Jan 11th, 2002, 11:58 AM
#1
Thread Starter
Addicted Member
Dynamic ActiveX DLL Loading
I know its possible but how would one go about dyanmically loading an ActiveX DLL at runtime? I am developing an application that uses plugins and so I need to dynamically load an ActiveX DLL at runtime. For instance:
C:\DllTest1.dll
C:\DllTest2.dll
Etc
Etc
Is there anyway of loading these if/when I want to (becuase the dll's could be called anything)
Thanks
Who needs rhetorical questions anyway?
Bazza NET - The place you want to be!

-
Jan 11th, 2002, 12:25 PM
#2
You can use CreateObject but you'll need to know the Library Name and the Class Name. If you need to get this information then make a reference to the TypeLibInfomation object and mess with it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|