News:

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

set sorted true

Started by jefe, December 30, 2008, 09:36:33 AM

Previous topic - Next topic

jefe


   How I can set the property sorted (list box) to true or (false) ?
                   thanks for all

Tedd

You can create the listbox with the LBS_SORT style.
You can try changing it afterwards using SetWindowLong to modify the GWL_STYLE value, but this may not force the listbox itself to update.
No snowflake in an avalanche feels responsible.