quote:
Originally posted by Mattike
Okay, so I took a look and came to the conclusion that it's a good alternative if I can't come up with a better programmed DLL. (if my VS2005 wants to install...) But I still have one question left: what about flipping the sorting? And can we add (and change) the icon displayed next to the column header which indicates the sorting direction? Like in a "real" ListViewControl?
I know this is almost not possible, but because you always have a no and can get a yes, I thought I'd better ask.
Flipping and sorting (in other words, changing between ascending and descending order) can be done by making the changes that cookie has said in the last post on the linked thread and you can change the column headers using the function you posted in the tips thread the other day. This is the exact method that i was going to use.....