Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cjee21/iexplorercommand-examples

Examples of implementing IExplorerCommand Windows File Explorer shell extension
https://github.com/cjee21/iexplorercommand-examples

cplusplus cpp cppwinrt dynamic-link-library file-explorer-context-menu visual-studio windows windows-10 windows-11 windows-shell-extension

Last synced: 18 days ago
JSON representation

Examples of implementing IExplorerCommand Windows File Explorer shell extension

Awesome Lists containing this project

README

        

# IExplorerCommand-Examples

Examples of implementing IExplorerCommand Windows File Explorer shell extension

- IExplorerCommand_CppWinRT
- IExplorerCommand implemented using [C++/WinRT](https://learn.microsoft.com/en-us/windows/uwp/cpp-and-winrt-apis/)

- IExplorerCommand_WRL
- IExplorerCommand implemented using [Windows Runtime C++ Template Library (WRL)](https://learn.microsoft.com/en-us/cpp/cppcx/wrl/windows-runtime-cpp-template-library-wrl?view=msvc-170)

## Other examples

- [VSCode](https://github.com/microsoft/vscode-explorer-command/blob/main/src/explorer_command.cc) (WRL)
- [NanaZip](https://github.com/M2Team/NanaZip/blob/main/NanaZip.UI.Modern/NanaZip.ShellExtension.cpp) (C++/WinRT)

## IExplorerCommand documentation

-