Click here to Skip to main content
15,886,724 members
Articles / Desktop Programming / Win32

ExpTreeLib Version 3 - Explorer-like Navigation and Operation for your Forms

Rate me:
Please Sign up or sign in to vote.
4.97/5 (54 votes)
9 Jan 2014CPOL22 min read 276.7K   14K   83  
A Class Library for building Forms with a folder navigation TreeView and form specific ListViews that can be tailored for your application and behave like Windows Explorer. Full documentation.
Added ControlDropWrapper

Redefined the CShItem.Attributes Property to return normal File/Folder attributes.
Added SFGAO_Attributes Property to provide Attributes as were returned by old definition of Attributes

Added .Tag

Added W32Find_Data and support for FindFirstFile/FindNextFile API functions.

Added SetWindowTheme to ExpTree.

Added LVColSorter & Sort Glyph

Change to subscribing to Notification

Requires ListView.Tag to be set to LastSelectedCSI

AllowDrop on ExpTree now works

ExpandANode takes parameter

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 States United States
After 30+ years working in the IT field, mostly managing SysAdmins, I have retired. One of my hobbies returns me to programming, basically just to keep my hand in.

Comments and Discussions