Solution Explorer in VB.NET
what is solution explorer in vb.net?
Explanation
Solution Explorer
Solution Explorer in Visual Basic.net 2008 lists of all the files
associated with a project. It is docked on the right under the Toolbar in the VB IDE. In VB 6 this was known as 'Project Explorer'
Solution Explorer has options to view the code, form design, refresh listed files.
Projects files are displayed in a drop down tree like structure, widely used in Windows
based GUI applications.
The above shown picture is the screen shot of Solution Explorer.