Hi Anand,
Listview does not provide property or method to sort numerically. To
implement such function, you need to create your own comparison function
and use AddressOf to it into the Listview event handle process. You can
refer to the following KB article that illustrates how to sort by date,
which is basically the same.
http://support.microsoft.com/support/kb/articles/q170/8/84.asp
Regards,
Nick
--------------------------------------
This posting is provided solely for use by users of
http://msdn.microsoft.com/newsgroups/. It is offered "AS IS" and with no
warranties. That means there is no warranty of merchantability or fitness
for a particular purpose, and no warranty of non-infringement.