News:

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

Listview sorting.

Started by jckl, April 27, 2007, 08:56:51 AM

Previous topic - Next topic

jckl

ok i understand what you mean to pad the string with zeros and it makes sense to me now why it does not work when i compare as a string. I will give both the ideas a try and i think the lParam idea is better since i wont have to worry about files that may be larger than my padding allows.

jckl

well i couldnt figure out how to get the lParam option to work but i wrote a function that adds "0"s to the beginning and then i use my function to strip the commas and compare them as a string and it works perfect now. Thanks for the help as always :D