sorting a list
C / C++ / MFC
21
Posts
6
Posters
0
Views
1
Watching
-
aafcls wrote:
I do not make use of SetItemData().
But you must, if
SortItems()
is to be used, as it internally callsGetItemData()
.aafcls wrote:
All I have is my list control where I have a few InsertColumn()s and SetItemText() accordingly.
You'll also need to use
InsertItem()
.aafcls wrote:
...pointing to what exactly?
Whatever pointer value you used with
SetItemData()
.
"Money talks. When my money starts to talk, I get a bill to shut it up." - Frank
"Judge not by the eye but by the heart." - Native American Proverb