|
-
Jun 1st, 2000, 03:39 PM
#3
Thread Starter
Addicted Member
If I knew the path and filename of the DLL file but the DLL file was not registered, how could I create an Object for it.
For example:
In VB if you want to Refrence a DLL file. You could simple go to the Refrences Option and select from the list of already refrenced Objects of you could browse for the file.
How could I write a code that retrieves the information from a DLL file that it can you when you want to use the CreatOBject()
keep in mind that I know the path and filename of the DLL file, I just need to get the information from the DLL file so that I can use the CreateObject Function.
Example
dll_filepath = "c:\mydll.dll"
If I know the path and file name, how do I retrieve the information from the file in order to create an object.
Thanks.
[Edited by omarswan on 06-02-2000 at 04:42 AM]
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
|