|
-
Dec 14th, 2001, 10:12 AM
#1
Thread Starter
Hyperactive Member
Acx DLL
I have a ActiveX DLL which has a std. Module and a Class(Product Class).
I have a method inside the std. Module called abc()[Not in the product class]
How do I access it?
-
Dec 14th, 2001, 10:17 AM
#2
Frenzied Member
You mean from within the DLL or another Application?
From within DLL just make the sub public in the module and you call it like:
call modulename
From another application:
the sub must be in a class.
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
|