1. 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

new topic     » topic index » view message » categorize

2. Re: Derek

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
> 
> 
> 
>

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu