'I have 2 forms and I want to run with form1 but it start with form2 Visual Basic
I have 2 forms and I want to run with form1 but it start with form2 (Visual Basic)
Solution 1:[1]
Right click your project, click properties, select the Application tab, Change Startup Object from Form1 to Form2.
Solution 2:[2]
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | hometoast |
| Solution 2 | Dinh Tien Si |

