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
ListView: the Revenge...
- Silvio.Falconi
- Posts: 7133
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 1 time
ListView: the Revenge...
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
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
Re: ListView: the Revenge...
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
Here explains how to: http://www.codeproject.com/Articles/2890/Using-ListView-control-under-Win-API
But, to what end?
Regards,
Antonino