I have to convert an in-process DLL made in VB6 to an ActiveX EXE. Can I simply reference the DLL from within the EXE and make calls to it (adding needed events), or should I rewrite the DLL from scratch?
Thanks