I'm new to all this ActiveX technolgy and I'd like to ask a few questions:
1) When do I use a DLL and when do I use a .EXE?
2) I take it that with a DLL I can have forms in my project? With a .EXE not?
3) I get mixed up when Dim CNEW AS NEW CLASS must be added to the project - Declarations or when an instance of the COM is created?
4) When do I create a .Bas module and set is as startup?

Thanks!