|
-
Aug 31st, 2002, 01:28 PM
#1
Thread Starter
Fanatic Member
Dlls
I have done some dll's with some functions, and i have them in a folder (application path\dlls\).
I want to load a DLL from that folder, let's say the "test.dll", how to do that?
-
Aug 31st, 2002, 07:11 PM
#2
-= B u g S l a y e r =-
if you want to add it to one of your vb projects, add it to your references (Projects -> References...)
-
Sep 1st, 2002, 04:36 AM
#3
Thread Starter
Fanatic Member
I know how to do that, but i want to load the DLL at runtime
-
Sep 24th, 2002, 05:03 AM
#4
Hyperactive Member
hi,
y dun u use CreateObject
dim obj as Object
Set obj=CreateObject("Proj1.Class1")
wont this work?????
regds,
ashay
"If you should die before me, ask if you could bring a friend."
- Stone Temple Pilots
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
|