Api function for Thumbnail windows (Solved)

Windows specific forum
tatanas
Enthusiast
Enthusiast
Posts: 198
Joined: Wed Nov 06, 2019 10:28 am
Location: France

Api function for Thumbnail windows (Solved)

Post by tatanas »

Hi,

On Windows 10, when you open the same program several times (for exemple explorer.exe), it can stack in the taskbar and you see thumbnails of each instance of this program when you put your mouse on it.
https://i.postimg.cc/Pqb679dv/thumbnails.jpg

Do you know if its restricted to the taskbar or is it possible to detach it and apply on any window with Win API ?

Thanks for your time.
Last edited by tatanas on Thu May 05, 2022 11:29 am, edited 1 time in total.
Windows 10 Pro x64
PureBasic 6.04 x64
BarryG
Addict
Addict
Posts: 3292
Joined: Thu Apr 18, 2019 8:17 am

Re: Api function for Thumbnail windows

Post by BarryG »

It's just doing this for each window -> https://www.purebasic.fr/english/viewto ... 89#p520089
tatanas
Enthusiast
Enthusiast
Posts: 198
Joined: Wed Nov 06, 2019 10:28 am
Location: France

Re: Api function for Thumbnail windows

Post by tatanas »

Thank you very much. It's just what I'm looking for.
Windows 10 Pro x64
PureBasic 6.04 x64
Post Reply