News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Listview Sort by Name

Started by ragdog, January 21, 2012, 02:09:13 PM

Previous topic - Next topic

ragdog

Hi

I have read Tutorial 31: Listview
And now have i the question how i can sort a listview by name?

Greets,




dedndave

click on the "Filename" column heading
click on it again to reverse the order   :P

ragdog

Hmm

No this sort from Up to down and backward
And i mean sort by same name

Example

Masm32
Test1
Test3
Masm32
Test2
Masm32

to

Masm32
Masm32
Masm32
Test1
Test2
Test3