Derek
- Posted by jordah ferguson <jorfergie03 at yahoo.com> Aug 25, 2002
- 414 views
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