Results 1 to 4 of 4

Thread: VS2005 Solution Explorer - Organisation

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2008
    Location
    Philippines
    Posts
    218

    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.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: VS2005 Solution Explorer - Organisation

    Quote 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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width