Click here to Skip to main content
15,885,757 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.3K   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.
Timings done 4/23/2012 using frmThread with all optimizations - Also has ExpTree Expand time - First ref after Reboot

Visible Desktop 109.2001ms
Total  187.2003ms
22 Items set in BGW2
Expanding Network 156.0003ms
Expanding WHS1 31.2001ms
Expanding Users (\\WHS1) 46.8001ms
Expanding parsellj 15.6ms
Visible TestTimer 1014.0018ms
Total  6536.4115ms
2968 Items set in BGW2
Visible SubDirTest 842.4015ms
Total  1466.4026ms
1968 Items set in BGW2

Timings done 4/23/2012 using frmThread with all optimizations - Also has ExpTree Expand time - No Reboot

Visible Desktop 109.2002ms
Total  187.2003ms
22 Items set in BGW2
Expanding Network 156.0003ms
Expanding WHS1 31.2ms
Expanding Users (\\WHS1) 15.6001ms
Expanding parsellj 15.6ms
Visible TestTimer 967.2017ms
Total  6474.0114ms
2968 Items set in BGW2
Visible SubDirTest 842.4015ms
Total  1466.4025ms
1968 Items set in BGW2
Visible TestTimer 780.0014ms
Total  5990.4106ms
2968 Items set in BGW2
Visible SubDirTest 202.8003ms
Total  780.0013ms
1968 Items set in BGW2

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