Hi,
How does VB.NET defines which form is started up first after the application is debugged?
Is it possible to debug a single form (compile) a single form instead of the whole application?
Thanks,
Tom
Printable View
Hi,
How does VB.NET defines which form is started up first after the application is debugged?
Is it possible to debug a single form (compile) a single form instead of the whole application?
Thanks,
Tom
1)Project Menu...<ProjectName> Properties...under "General" you can select the startup object
2)Yes, under the "Build" menu you have the option to either "Build/Rebuild Solution" (the entire application) or "Build/Rebuild <frmName>" (just a particular part of the application)
Thanks,
Tom