Click here to Skip to main content
15,886,110 members
Articles / Programming Languages / C#

Implementing a common File system browser with a ListView

Rate me:
Please Sign up or sign in to vote.
4.10/5 (22 votes)
24 Sep 2003 217.5K   4.7K   62  
A ListView Control like the one used in Windows Explorer
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LivingObjects", "LivingObjects\LivingObjects.csproj", "{80A9E65D-1C46-4B58-816F-7C265D7F259F}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileSystemListViewDemo", "FileSystemListViewDemo\FileSystemListViewDemo.csproj", "{22DF58C4-9D93-4773-A932-0DB39FC33F6F}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SourceCodeControl) = preSolution
		SccNumberOfProjects = 3
		SccLocalPath0 = .
		CanCheckoutShared = false
		SolutionUniqueID = {BF20033D-010C-45D4-B201-1BFD334A4CF0}
		SccProjectUniqueName1 = FileSystemListViewDemo\\FileSystemListViewDemo.csproj
		SccLocalPath1 = .
		CanCheckoutShared = false
		SccProjectFilePathRelativizedFromConnection1 = FileSystemListViewDemo\\
		SccProjectUniqueName2 = LivingObjects\\LivingObjects.csproj
		SccLocalPath2 = .
		CanCheckoutShared = false
		SccProjectFilePathRelativizedFromConnection2 = LivingObjects\\
	EndGlobalSection
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{80A9E65D-1C46-4B58-816F-7C265D7F259F}.Debug.ActiveCfg = Debug|.NET
		{80A9E65D-1C46-4B58-816F-7C265D7F259F}.Debug.Build.0 = Debug|.NET
		{80A9E65D-1C46-4B58-816F-7C265D7F259F}.Release.ActiveCfg = Release|.NET
		{80A9E65D-1C46-4B58-816F-7C265D7F259F}.Release.Build.0 = Release|.NET
		{22DF58C4-9D93-4773-A932-0DB39FC33F6F}.Debug.ActiveCfg = Debug|.NET
		{22DF58C4-9D93-4773-A932-0DB39FC33F6F}.Debug.Build.0 = Debug|.NET
		{22DF58C4-9D93-4773-A932-0DB39FC33F6F}.Release.ActiveCfg = Release|.NET
		{22DF58C4-9D93-4773-A932-0DB39FC33F6F}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Architect CGI
Canada Canada
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions