The term used for the first form to display in the project is called start up object; this start up object might be a form or Main procedure.
When you begin execution with a Main Sub procedure, you must explicitly load and show each form. Usually splash screen is displayed as modeless so that the Load statement the project’s Main form is loaded, but not shown. The last actions performed by the screen form is to unload the splash screen and show the Main Form.