There is a description on MSDN of how to open a form from an ActiveX DLL. You can find it at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon98/html/vbconaddingeventtooledllproject.asp
In a nutshell:
Set myFormInstance = New MyFormType
myFormInstance.Show vbModal
Hide...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.