|
-
Nov 24th, 2003, 09:58 AM
#1
Thread Starter
Lively Member
simple windows forms question
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
-
Nov 24th, 2003, 11:09 AM
#2
Frenzied Member
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)
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
-
Nov 24th, 2003, 03:25 PM
#3
Thread Starter
Lively Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|