Page 1 of 1

Api function for Thumbnail windows (Solved)

Posted: Thu May 05, 2022 10:27 am
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.

Re: Api function for Thumbnail windows

Posted: Thu May 05, 2022 10:39 am
by BarryG
It's just doing this for each window -> https://www.purebasic.fr/english/viewto ... 89#p520089

Re: Api function for Thumbnail windows

Posted: Thu May 05, 2022 11:29 am
by tatanas
Thank you very much. It's just what I'm looking for.