C# ListView Sorter


Author: Dave
Date: 04.13.12 - 9:15am

Here is a demo of a very easy to use list view sorter class for C# that only takes 3 lines to implement.
 ListViewSorter.ListViewColumnSorter lvs = null;

 public Form1()
 {
 InitializeComponent();
 lvs = new ListViewSorter.ListViewColumnSorter();
 lvs.Initilize(lv, "text,hex,num", null);
It supports 4 types of column sorting, text, hex number,none and integer. You can specify how to sort each column in the initilize function call.

The first few examples i turned up were just to confusing and to much work for something you are goign to have to implement over and over again. This cuts it down to the bare bones I think.

free for any use, enjoy.



RSS Feed
About Me
Home

Posts:
C# App Config
Tero DES C# Test
VC 2008 Bit Fields
Speed trap
C# Db Class Generator
VB6 vrs .NET (again)
FireFox Whois Extension
git and vb6
Code Additions
Compiled date to string
C# ListView Sorter
VB6 Wish List
C# Process Injection
CAPTCHA Bots
C# PE Offset Calculator
VB6 Async Download
Show Desktop
Code release
Dll Not Found in IDE
Advanced MSScript Control
random tip
Clipart / Vector Art
VB6 Callback from C#
Binary data from VB6 to C#
CSharp and MsScriptControl
HexDumper functions
Js Beautify From VB
vb6 FormPos
Inline Asm w VB6
The .NET Fiasco
One rub on computers
Universal extractor


Comments: (0)

 
Leave Comment:
Name:
Email: (not shown)
Message: (Required)
Math Question: 70 + 34 = ? followed by the letter: W