|
-
Feb 28th, 2006, 12:32 PM
#7
Re: Very Strange Programming...
From a coding standpoint, those folders you make for your forms at design time in the solution explorer mean absolutely NOTHING.
The ability to create those folders and organize your forms and stuff, is simply a way to keep the solution in order while you are coding it. when you create a new folder, VS actually creates that folder on your hard drive (under the root of the project) and sticks the .vb files for the form into that directory.
When you compile your application, all those .vb files are compiled into the exe. The exe has no notion of the source code it was created from as far as how the files were organized before the compile was done.
I am with Shaggy and Medhak in that I really am unsure of what you are trying to accomplish
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
|