How to make a UWP app be used by the preview pane of Windows?

Hong 1,051 Reputation points
2022-06-10T19:37:48.753+00:00

A UWP app can be made the default app to open for a certain type of file. It works great. However, Windows File Explorer's preview pane does not use the default app. Could anyone offer a tip on how to make a UWP app be used by the preview pane of the File Explorer?

Universal Windows Platform (UWP)
{count} votes

Accepted answer
  1. Castorix31 81,831 Reputation points
    2022-06-10T19:53:58.86+00:00

    Preview handlers are done in C++ Desktop apps (DLL) : Preview Handlers and Shell Preview Host
    One of the MS samples : C++ Windows Shell preview handler

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful