If I drag a list view column header to a different position, what do I save so that
the next time I open that list view it uses the new position?
You just need to save the column order in an ini or the registry or somewhere, and next time it is run, do a LVM_SETCOLUMNORDERARRAY with the saved values.
Thanks Jim. I wasn't expecting it to be that easy. That message isn't in my help file.
Hi :)
Quote from: Mr Earl on January 26, 2006, 04:00:49 PM
That message isn't in my help file.
You can use the online help:
http://msdn.microsoft.com/library/en-us/shellcc/platform/commctls/listview/messages/lvm_setcolumnorderarray.asp