Image preview flag in ExplorerListGadget() ?

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
va!n
Addict
Addict
Posts: 1104
Joined: Wed Apr 20, 2005 12:48 pm

Image preview flag in ExplorerListGadget() ?

Post by va!n »

Afaik since Win2k its possible to display the content of a directory with big icons, small icons, list and so on... there is one nice feature, to display images as a preview (i think its called thumbnail!?)

Afaik linus supporting this features before windows had it and so it would be a nice feature for all (?) platforms!

Is there any way (maybe with any sendmessage stuff) to change this for the actual ExplorerListGadget? Thanks in adavnce!
va!n aka Thorsten

Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

No, its not possible, sorry.
quidquid Latine dictum sit altum videtur
va!n
Addict
Addict
Posts: 1104
Joined: Wed Apr 20, 2005 12:48 pm

Post by va!n »

mhhhh.. how can i list a directory and display its images as preview? Is there any stuff in the API or have i to code this myself?
va!n aka Thorsten

Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

va!n
Addict
Addict
Posts: 1104
Joined: Wed Apr 20, 2005 12:48 pm

Post by va!n »

@Trond:
Thanks for the link! i have tried every flag and i get all kind of views but nothing will show image previews...
va!n aka Thorsten

Intel i7-980X Extreme Edition, 12 GB DDR3, Radeon 5870 2GB, Windows7 x64,
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

You cannot use the it one the normal explorer gadget, I think, as that is a SysListView32. I think you must use some of the Interfaces from my link to create your own explorer gadget, which would be a SHELLDLL_DefView with a SysListView32 inside it. But I've got no clue on how.
Post Reply