You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used flutter to develop a program that can open custom file type in Windows (the program packaged using msix , and use the file_extension parameter to register as the default executable for the file), my custom file content contains preview images, so I want to register my program as a windows explorer previewer for the custom file formats.
I searched a document https://learn.microsoft.com/en-us/windows/win32/shell/how-to-register-a-preview-handler, I got a name IPreviewHandler, but can not search any results in the win32 package.
I'm not a windows program developer, so I don't know how to do it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I used flutter to develop a program that can open custom file type in Windows (the program packaged using msix , and use the
file_extension
parameter to register as the default executable for the file), my custom file content contains preview images, so I want to register my program as a windows explorer previewer for the custom file formats.I searched a document https://learn.microsoft.com/en-us/windows/win32/shell/how-to-register-a-preview-handler, I got a name
IPreviewHandler
, but can not search any results in the win32 package.I'm not a windows program developer, so I don't know how to do it.
Beta Was this translation helpful? Give feedback.
All reactions