hi,
I have more than two form in my vb.net project. please let me know, how to run(load) or debug my current form?. For Ex: consider forms like, form1,fom2......if i run the project means, it start from the first form, but i have to run only the second form.

Recommended Answers

All 2 Replies

Navigate to "My Project -- Application.myapp" in your solution explorer and double click the .myapp file. You will see an element <MainForm>frmRegex</MainForm> . Change that to the form name you want to open when the project starts.

or do it via the VS GUI go to your project properties and change the startup form to the form you want.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.