Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cjee21/iexplorercommand-examples
- Owner: cjee21
- License: mit
- Created: 2024-10-15T12:30:02.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T16:30:20.000Z (20 days ago)
- Last Synced: 2024-12-02T17:36:12.860Z (20 days ago)
- Topics: cplusplus, cpp, cppwinrt, dynamic-link-library, file-explorer-context-menu, visual-studio, windows, windows-10, windows-11, windows-shell-extension
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
-