1. Win32Lib and ListView -- together at last
- Posted by Matt Lewis <matthewwalkerlewis at YAHOO.COM>
Jun 24, 2000
-
Last edited Jun 25, 2000
I know lot's of people (including myself) have been waiting for some more
common controls to be added to win32lib. Recently, someone was asking about
the listview control. Long (and frustrating!) story short, I've successfully
wrapped the listview control into win32lib. The functions I added are pretty
basic, but the constants for messages and styles to do more interesting things
are all there.
Hopefully, Dave will bless it and make it all official. I think next I'll work
on the treeview (it seems pretty similar to listview). Hopefully by next
weekend, if I have the time.
Anyway, check it out. You can download it from:
http://members.xoom.com/matthewlewis/listview.zip
It's got my modified version of win32lib, plus a little demo program. I've
also included the routines I posted a few days ago that allow using multiple
selection listboxes.
Enjoy,
Matt Lewis
__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/
2. Re: Win32Lib and ListView -- together at last
Matt Lewis wrote:
> Hopefully, Dave will bless [ListView] and make it all official.
Great!
I haven't had a chance to look at it yet, but I don't anticipate any
problems. I'm in the middle of a move, so I'm still mostly off-line.
I'm looking forward to the treeview control!
-- David Cuny
3. Re: Win32Lib and ListView -- together at last
> Hopefully, Dave will bless it and make it all official. I think next I'll
work
> on the treeview (it seems pretty similar to listview). Hopefully by next
> weekend, if I have the time.
what about comboboxex, combobox that has icons...