Fairly easy questions if you guys ever used an ActiveX EXE.

I have a project that needs to call an external .exe (activex exe). My activeX exe is compiled, containing one class module and one form. From my main application, I want to show that form, or in other words, execute that activex exe. How can I do that? Is it a SHELL Command I must use or can't I just use MyForm.show (even tho it's in another project, in the same project group)

My 2nd question: Can I (MUST I) build the ACTIVEX EXE in the vbproject from which the it's gonna be called? Personnally, I would appreciate if I could keep the activex exe in my main project, as I will want to swap between them in the same VB window (easier for debugging)

Thanks for your help.