Derek

new topic     » topic index » view thread      » older message » newer message

Hi Derek,

Could you please replace the LVCOLUMN structure in win32lib, with this 
one. Having this
one you are able to set images easily to column headers without having 
to re-declare the 
structure. Also if possible could you re-code struct_LVCOLUMN() to 
reflect changes so
as we can easily set images to LV headers.

    LVCOLUMN_mask           = allot( Long ),
    LVCOLUMN_fmt            = allot( Long ),
    LVCOLUMN_cx             = allot( Long ),
    LVCOLUMN_pszText        = allot( Lpsz ),
    LVCOLUMN_cchTextMax     = allot( Long ), 
    LVCOLUMN_iSubItem       = allot( Long ),
    LVCOLUMN_iImage         = allot( Long ),
    LVCOLUMN_iOrder         = allot( Long ),
    SIZEOF_LVCOLUMN         = allotted_size(),

Thank you,

Jordah Ferguson

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu