Hi,
Thanks for all previous help.
How do I create an activex dll, and how do I identify what information goes into the dll?
Any ideas?
Printable View
Hi,
Thanks for all previous help.
How do I create an activex dll, and how do I identify what information goes into the dll?
Any ideas?
It's long and complicated. Have a look at the VB-World Online Tutorials.
:D
Determining what info goes into the DLL is up to you.
The most important thing before you create the DLL is
to determine what you want your DLL to do; what functionality do you want it to provide?
To create one, start an ActiveX DLL project and create objects with properties. After you compile it, it can be used with other applications or you can create forms seperately to use the DLL.
Reusable code is the thing to remember.