When you are at the verge of the programming in the Windows Forms, applying the C# platform, what you need, as a good programmer, to designate or name different parts of the software as per the needs, requirements and the specific nature of the software. Similarly, you may need to rename the different forms in order to make them convenient to call and use them during the program codding. As the default name of any Windows Form starts with the name āFormā and with extension of some numeric, you must rename them as per the nature of the software under development.
The changing or renaming the forms has been made as the easier process in the Windows Forms. But, if you need some guidance, donāt hesitate to see our step by step tutorial, placed below:
Step By Step Tutorial
1: When Form1.cs Design is active upon the āSolution Explorerā, available in the right column of the screen, see the name of the active Windows Form is āForm1ā.
2: But, you may need to change the name of the āForm1ā while programing at the C# platform, you need to highlight the āForm1ā in the āForm1.cs Design by clicking the form. It will also highlight the āPropertiesā of the āForm1ā.
3: See; the name of the open Windows Form is āForm1ā.
4: To change the name of the form, just click the āNameā which will be highlighted as blue.
5: Now, to change the name of the Windows Form, click the name āForm1ā with click and then change the name by using the keyboard as per your desire. I change the name of the āForm1ā as āStartScreenā but you may change the name as per your programing requirements. After changing the name of the Windows Form, press āEnterā.
6: With the change in the name of the Windows Form in the āPropertiesā section, see the name of the form is also changed in the āSolution Explorerā as well.
Stay Tuned
For more tips about programing in the Windows Form Environment!