ListView: the Revenge...

Post Reply
User avatar
Silvio.Falconi
Posts: 7133
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 1 time

ListView: the Revenge...

Post by Silvio.Falconi »

Dear Freinds,

I saw on Msdn Listview class can have Report list LVS_REPORT with configurated LVCOLUMN
https://msdn.microsoft.com/en-us/librar ... 85%29.aspx

I saw also we can edit the caption directly on listview class with LVS_EDITLABELS
https://msdn.microsoft.com/en-us/librar ... 85%29.aspx

and the we can the items with in ascending abd descending order with the commands LVS_SORTASCENDING LVS_SORTDESCENDING

but I not understood how Implement it
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
AntoninoP
Posts: 375
Joined: Tue Feb 10, 2015 9:48 am
Location: Albenga, Italy
Contact:

Re: ListView: the Revenge...

Post by AntoninoP »

Theoretically you can create a browse with the listView.
Here explains how to: http://www.codeproject.com/Articles/2890/Using-ListView-control-under-Win-API
But, to what end?
Regards,
Antonino
Post Reply