As some of you might know, I am a frequent visitor of CodeProject, a great online community for Windows programmers. I have benefited from CodeProject articles and its members for more than 8 years, and aside from answering a few questions in the programming forums, I had not given anything back.
That changed today, as I just submitted my first article. It is actually an update to an existing article by Eddie Velasquez. He provided a little class for easily adding sorting to list view controls (the one that shows files in Windows Explorer, in Details view). Many people (including me) requested sorting on multiple columns, and since Eddie didn’t have the time, I decided to do it myself.
After a couple of years, I finally gave myself the time to write an article and post it on CP. You can read it by clicking on the following link:
Adding Multicolumn-sorting to ListViewSortManager
[modified Dec. 5, 2007 23:55: CodeProject link updated]