I have a form that I recently converted to a class (Save As). I modified all the code to use createobject instead of do form. But when I build the exe, the form keeps being added back into the project manager. When I rename the form, the complier generates an error trying to find the form, but the EXE seems to run just fine without it. Is there a reason for this? Can I safely delete this form and keep modifying the class? Is there a way to prevent the compiler from adding the form back into the project manager? Thanks in advance.