|
-
Jun 6th, 2008, 09:41 PM
#1
Thread Starter
Addicted Member
VS2005 Solution Explorer - Organisation
Hi guys,
I'm just wondering why my Solution Explorer is not organized unlike VB6. I mean, all files are displayed without folders. In VB6 all Forms are located in Forms folder, the same thing with Classes and Modules.
How will I configure this in VS2005 ?
Thank you.
-
Jun 6th, 2008, 10:27 PM
#2
Re: VS2005 Solution Explorer - Organisation
 Originally Posted by rpc86
I'm just wondering why my Solution Explorer is not organized unlike VB6.
Maybe it's because it's not VB6. What a crazy idea.
How do you do anything in the Solution Explorer? You right-click the appropriate node and then select the appropriate option from the menu. If you want to add a folder to your project you would:
right-click the appropriate node and then select the appropriate option from the menu.
Last edited by jmcilhinney; Jun 6th, 2008 at 10:32 PM.
-
Jun 7th, 2008, 02:38 AM
#3
Re: VS2005 Solution Explorer - Organisation
You can also click the "Show All " button so you can see more. Perhaps that view might be more recognizable coming from VB 6.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jun 7th, 2008, 03:23 AM
#4
Re: VS2005 Solution Explorer - Organisation
I should also add that putting all forms in one folder, all classes in another and all modules in another may not be the best way to organise a project. You might want to organise your project by the functional component the items relate to. Because VS doesn't impose any organisational structure on you you are free to use whatever you want. You can create your own folders and put whatever you want in each. If you want a folder for forms then you can create a folder for forms. If you don't want one then you don't have to have one.
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
|