The form has a property called Visible which when set to False, makes the form invisible to users during runtime (runtime itself will be explained later). This can be useful when you have a form that contains some code which is referenced in another form. When code is referenced in a form, that form is loaded. However, by having the visible property set to False, the code may be used without the form being seen