PowerPoint Listview 2.0 beta released

Developed or developing a new product in PureBasic? Tell the world about it.
localmotion34
Enthusiast
Enthusiast
Posts: 665
Joined: Fri Sep 12, 2003 10:40 pm
Location: Tallahassee, Florida

PowerPoint Listview 2.0 beta released

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

Code: Select all

!.WHILE status != dwPassedOut
! Invoke AllocateDrink, dwBeerAmount
!MOV Mug, Beer
!Invoke Drink, Mug, dwBeerAmount
!.endw
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

Cool library!
Tranquil
Addict
Addict
Posts: 952
Joined: Mon Apr 28, 2003 2:22 pm
Location: Europe

Post by Tranquil »

Realy cool Lib. Works fine for me! Thanks for shareing!!


Mike
Tranquil
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

I only get a crash :cry:
[Win98SE / PB392 all libs updated]
Post Reply