[SHELL32] Initial SendTo implementation (#2021)

This PR will realize SendTo feature. Initially, there is no file in SendTo folder (displayed as "(None)"). If you added some shortcut files, then SendTo shows some menu items.
- Copy, Move, and Link are working.
- Added icons.
CORE-12562
This commit is contained in:
Katayama Hirofumi MZ 2019-11-09 08:08:40 +09:00 committed by GitHub
parent 97d937add1
commit 5308a606dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
42 changed files with 700 additions and 15 deletions

View file

@ -289,6 +289,7 @@ BEGIN_OBJECT_MAP(ObjectMap)
OBJECT_ENTRY(CLSID_RecycleBin, CRecycleBin)
OBJECT_ENTRY(CLSID_OpenWithMenu, COpenWithMenu)
OBJECT_ENTRY(CLSID_NewMenu, CNewMenu)
OBJECT_ENTRY(CLSID_SendToMenu, CSendToMenu)
OBJECT_ENTRY(CLSID_StartMenu, CStartMenuDummy)
OBJECT_ENTRY(CLSID_MenuBandSite, CMenuSite)
OBJECT_ENTRY(CLSID_MenuBand, CMenuBand)