Click here to Skip to main content
15,886,034 members
Articles / Desktop Programming / WTL

ListCtrl - A WTL list control with Windows Vista style item selection

Rate me:
Please Sign up or sign in to vote.
4.91/5 (107 votes)
18 Apr 2006CPOL9 min read 516.2K   11.7K   259  
A flexible WTL list control that supports Windows Vista style selection and cell editing.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ListCtrlDemo", "ListCtrlDemo.vcproj", "{CC6E07B2-A487-4C9F-BF23-048395C56E0D}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{CC6E07B2-A487-4C9F-BF23-048395C56E0D}.Debug.ActiveCfg = Debug|Win32
		{CC6E07B2-A487-4C9F-BF23-048395C56E0D}.Debug.Build.0 = Debug|Win32
		{CC6E07B2-A487-4C9F-BF23-048395C56E0D}.Release.ActiveCfg = Release|Win32
		{CC6E07B2-A487-4C9F-BF23-048395C56E0D}.Release.Build.0 = Release|Win32
	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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United Kingdom United Kingdom
Alan has been developing applications for a very long time (~10 years), but he's not bitter about this at all. My main area of expertise is C++. He lives in Sweden with his beautiful wife, daughter and son and enjoys climbing mountains and kayaking in his spare time (which isn't much).

Comments and Discussions