Page 1 of 1

PowerPoint Listview 2.0 beta released

Posted: Thu Dec 09, 2004 7:38 pm
by localmotion34
this time the listview is its own independant gadget with subclass callbacks INDEPENDANT and OUTSIDE main window callback.

NOTE: initppt() and pptproc(hwnd,msg,wparam,lparam) MUST be called. just put them right below usejpegdecoder(), ect. its not that bad, really. some people just hate to type the extra 2 lined of code.

want to get the number pptlistview clicked?

select waitwindowevent()
case #ppt_click
select ppteventid()
case 0
case 1
case 2

http://www.penguinbyte.com/apps/pbwebst ... xample.zip

there is the link. give it a try and tell me what you think.

oh and by the way, this makes a good example of how to subclass and post and interpret your own custom messages.

regards.

Posted: Thu Dec 09, 2004 7:54 pm
by Num3
Cool library!

Posted: Fri Dec 10, 2004 2:14 pm
by Tranquil
Realy cool Lib. Works fine for me! Thanks for shareing!!


Mike

Posted: Sat Dec 11, 2004 8:38 am
by gnozal
I only get a crash :cry:
[Win98SE / PB392 all libs updated]