What is the 'preferred' method of shutting down a VB application. Is Unloading all Forms, Closing all Open Files, removing all Object References enough? Is it OK to place an End Statement in the Terminate() Event of the Form from which you want to Close the Project? Thanks in advance.