|
-
Jan 10th, 2000, 03:22 AM
#1
Thread Starter
Addicted Member
Does anyone know how to create an ActiveX Dll to work basically the same as a VB internal Function would work to make a call to a DLL, passing two variables "a" and "b" to the DLL and having the it return a variable "c" which would be the sum of a and b. Your help would be appreciated.
------------------
-
Jan 10th, 2000, 07:39 AM
#2
Hyperactive Member
-
Jan 11th, 2000, 01:29 AM
#3
If you want to use the function like a global function in your standard exe, you should set the instancing property of the class in the activex dll to GlobalMultiUse. In your standard exe add a reference to the dll.
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
|