how can I create a VB6 DLL with functions for use with my projects?.
Printable View
how can I create a VB6 DLL with functions for use with my projects?.
You cannot.
If you want a dll that exports functions you have to use C++ to write it.
The only type of dll you can create from VB is an ActiveX component - a COM server.