Form Navigation

computermat

Active member
Joined
Jun 17, 2007
Messages
28
Programming Experience
Beginner
Hi, I am building a program with many different forms. I want to catogorize my forms to make it easier to find things while I am building it. I have got folders with forms in them but don't know how to show the forms.

In my main application directory I have got a main form and then the program branches out from there.

How would I navigate to the different folders to access the forms within them, would I need to make some kind of config file delaring references in them.

(All the files will be within the project so I don't need to reference external objects)
 
in the Solution Explorer window you can add folders in which it'll help organize things

this is true for both vs2003 and vs2005
 
Problem Resolved

Thanks for your reply i have solved my problem though.

I wanted to navigate to forms within folders but i did not give forms unique names so it was just giving me an error.

Thanks anyway
Matt
 
Back
Top