I
IqbalShajol
Guest
Hello,
I'm working with a very old code base. For some weird reason I have to manually handle the Taskbar Thumbnail and Peek Preview/Live preview. What I do is, create a bitmap of my application and use DWM ( DwmSetIconicLivePreviewBitmap & DwmSetIconicThumbnail ) to use that bitmap.
For Windows 10, I've noticed that, there is a feature called task view (Win+Tab). I couldn't find any way to use my bitmap for that view using DWM.
Can anyone please guide me how to handle taskview scenario in windows 10? Is it actually possible to do with DWM? Or do I need something else here? Or is it really impossible to do manually?
Eagerly waiting for your kind replies.
Thanks in advance.
Continue reading...
I'm working with a very old code base. For some weird reason I have to manually handle the Taskbar Thumbnail and Peek Preview/Live preview. What I do is, create a bitmap of my application and use DWM ( DwmSetIconicLivePreviewBitmap & DwmSetIconicThumbnail ) to use that bitmap.
For Windows 10, I've noticed that, there is a feature called task view (Win+Tab). I couldn't find any way to use my bitmap for that view using DWM.
Can anyone please guide me how to handle taskview scenario in windows 10? Is it actually possible to do with DWM? Or do I need something else here? Or is it really impossible to do manually?
Eagerly waiting for your kind replies.
Thanks in advance.
Continue reading...