I am writting a windows forms application which has many forms.
Is there a way in VS 2005 to debug a specific form without having to start at the startup form and drill down through the program to find the form I want to test?
Yes, you can set any form as your start form. Open your project. Then under the project menu, click on (project name) properties. There you can choose which form you want to start.
This should at least get you started and you may encounter problems (esp. if you carry any data over from one form to another. This COULD cause a problem).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.