I have an application that is a regular exe. I have structures, DLL calls, and so forth in their own respective modules.
I simply want to convert this program over to an ActiveX EXE. How do I do that? I tried going to the project properties and changing it to ActiveX EXE, but when I ran it I got an error saying: "No creatable public component detected" What do I need to do?
