1. Derek
- Posted by jordah ferguson <jorfergie03 at yahoo.com> Aug 25, 2002
- 415 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
2. Re: Derek
- Posted by Derek Parnell <ddparnell at bigpond.com> Aug 25, 2002
- 394 views
Done! ---------------- cheers, Derek Parnell ----- Original Message ----- From: "jordah ferguson" <jorfergie03 at yahoo.com> To: "EUforum" <EUforum at topica.com> Subject: Derek > > 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 > > > >