News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Moving List View Columns

Started by Mr Earl, January 26, 2006, 11:35:56 AM

Previous topic - Next topic

Mr Earl

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?

Jimg

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.

Mr Earl

Thanks Jim.  I wasn't expecting it to be that easy.  That message isn't in my help file.