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
Is your feature request related to a problem? Please describe.
Having a tool that could display the shell extension without having to register the extension and load it through File Explorer would be a nice feature. It could also be or great help for debugging the actual ShellExtension while it's debugging.
Describe the solution you'd like
A simple graphical window that has a Browse button to select one or multiple files or a directories.
Then a Show button that would show the extension based on the previous file/directory selection.
Describe alternatives you've considered
N/A
Additional context
See the following for references:
Search for code that could init and display a IContextMenu instance.
Is your feature request related to a problem? Please describe.
Having a tool that could display the shell extension without having to register the extension and load it through File Explorer would be a nice feature. It could also be or great help for debugging the actual ShellExtension while it's debugging.
Describe the solution you'd like
A simple graphical window that has a Browse button to select one or multiple files or a directories.
Then a Show button that would show the extension based on the previous file/directory selection.
Describe alternatives you've considered
N/A
Additional context
See the following for references:
IContextMenu
instance.Continue the following search:
https://www.google.com/search?q=c%2B%2B+show+TrackPopupMenu+%22CComPtr%3CIContextMenu%3E%22
The text was updated successfully, but these errors were encountered: