⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 com 组建的菜单应用
💻 TXT
字号:
========================================================================
       WIN32 DLL : CTXMENU
========================================================================

Name: CTXMENU
====

Features: 
========

This sample shows how to implement a context menu extension handler, and
specifically one that extends the context menu in File Explorer when
tapping and holding on a file.

Context menu extensions are only loaded when a single file is selected;
if multiple files are selected and the user invokes the context menu, no
File Explorer will not load any extension handlers.

This is a standard implementation of the IContextMenu interface.  The
filename is retrieved from File Explorer via the IDataObject interface.

How to use this sample:
=======================

1.  Run guidgen.exe to generate a new GUID
2.  Put this GUID in guids.h, replacing the one that's already there
3.  Put this GUID in ce.reg, replacing the one that's already there
4.  Compile the sample
5.  Add the registry entry's from ce.reg to your device
6.  Copy CTXMENU.DLL to the \windows directory on your device
7.  Start/Programs/File Explorer and deploy the context menu on any
    .gif file.  You should see an additional menu item.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -