I have been programming for several years now, and i think myself, that I'm getting better and better all the time. Now. My apps are getting better and more advanced all the time, and therefore I would like to move some of the common procedures and commonly used forms etc. to DLL-files. Does anyone know how to do that in VB 6??

I want to fx. move my entire error handling system to a single DLL, so that I can distribute it along with the EXE...

Can anyone help me??