How to enable Thumbnail LivePreview to be live for when window is minimized?

vb 276 Reputation points
2020-09-24T15:07:58.743+00:00

If you put continuous animation at window (WPF Framework), then you minimize window, then go at Taskbar application button to view its LivePreview, animation at the preview is paused.
How to enable Thumbnail LivePreview to be live for when window is minimized?

Thanks in Advance,
Vladimir

P.S. C++, C#

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,701 questions
0 comments No comments
{count} votes

Accepted answer
  1. DaisyTian-1203 11,621 Reputation points
    2020-09-28T07:21:23.903+00:00

    This should be a system level by-design issue, cannot been resolved in an application level(WPF).Minimized windows don't have a client area to render on, so they can't play a video in the thumbnail. The system remembers the last snapshot of the window before it was minimized and uses that for the thumbnail.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. vb 276 Reputation points
    2020-10-02T18:51:28.72+00:00

    So, only DWM_CLOAK -> Restore window can maybe help to push DWM updates.

    Thanks!

    P.S. Hm...it is not then LivePreview ... better suited would be HalfLivePreview :D

    0 comments No comments