Re: LV header images example
- Posted by Derek Parnell <ddparnell at bigpond.com> Aug 25, 2002
- 463 views
Jordah, there is a bug in the definition of the flags. Currently in win32lib, it reads... LVCF_IMAGE = 10, LVCF_ORDER = 20, but should read LVCF_IMAGE = #10, LVCF_ORDER = #20, Also, I don't see any flickering on my machine. I set the length field in the routine because I don't know how the structure will be used after it is allocated. Its a safety thing. It does no harm. ---------------- cheers, Derek Parnell