Posts

Showing posts from October, 2020

Multiple Forms & Variables and Constants in Multiple-Form Projects

Image
Multiple Forms & Variables and Constants in Multiple-Form Projects MULTIPLE FORMS The first form a project displays is called the startup form .   To add more forms to the project and display them as needed.   Creating New Forms Steps for adding a new form to a project: STEP 1: Select Add Form from the Project menu.   STEP 2:   In the dialog box, select the New tab and indicate the type of form you want (Form, About Dialog, Splash screen, Web browser). STEP 3: Click on Open . The new form will display on the screen and be added to the Project Explorer window.     Switch Between Forms While in design time, to switch between forms in two ways      The Project Explorer window's View Form button and View Code button switch to the form or code of the module that is selected (highlighted).          To switch between forms by clicking on the form name in the Project E...