1. win32lib small bug
- Posted by Tone =8Akoda <tone.skoda at gmx.net> Feb 01, 2004
- 508 views
in defining structure NMLISTVIEW after line NMLISTVIEW_uNewState =3D allot( Long ), this is missing: NMLISTVIEW_uOldState =3D allot( Long ),
2. Re: win32lib small bug
- Posted by "Derek Parnell" <ddparnell at bigpond.com> Feb 01, 2004
- 501 views
----- Original Message -----=20 >From: "Tone =8Akoda" <tone.skoda at gmx.net> >To: <EUforum at topica.com> >Subject: win32lib small bug > > > >in defining structure NMLISTVIEW >after line >NMLISTVIEW_uNewState =3D allot( Long ), >this is missing: >NMLISTVIEW_uOldState =3D allot( Long ), Thanks.=20 --=20 Derek
3. win32lib small bug
- Posted by guest at rapideuphoria.com Feb 06, 2004
- 486 views
posted by: a.admin at myway.it Previous Message All Messages Next Message win32lib small bug Tone =8Akoda Feb 01, 2004 00:10 PST in defining structure NMLISTVIEW after line NMLISTVIEW_uNewState = allot( Long ), this is missing: NMLISTVIEW_uOldState = allot( Long ), ------------------- I couldn't find any line like that in the win32lib 0.59.1; just a: NMLISTVIEW_uNewState = allot( UInt ), Which version are you referring to? Antonio