Know a good article or link that we're missing? Submit it!
*/

Other Views

corner
*/

Visual Studio FAQ - Creating Folders in a Project

How do I make folders in the project?

To create a folder into a project, right click the target project node in the solution explorer and select ‘Add Folder…’ option. This will add a new folder to the project, specify the name of the folder and press Enter. The folders inside a project help you manage and separate source files for different purpose in the same project. For example, you may divide the windows form project to three folders;
  • first (Forms) containing user interface forms
  • second (Constants) containing constant values (enumerations and error codes) to be used in the project
  • third (StorageAccessor) containing classes for the database handling.
Index
corner
© 1996-2008 CommunityHeaven LLC. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
North American business development: Nicolai Wadstrom. Publisher: Lars Hagelin.
Resource Listings