I have several resuable functions and subroutines that i want to encapsulate into a dll. The problem is, I don't know how. What i'm doing today is that I put them in several standard modules and add that modules to my project.
I know that this is a very simple question but believe me, I really don't know how to do it.
I tried to put all of them into a ActiveX dll project but I don't have a class in it and so VB did not allow me to create the project.




Reply With Quote