How to access Windows shell context menu items?

前端 未结 3 1707
半阙折子戏
半阙折子戏 2020-12-16 01:35

In Windows Explorer, you right click on a file, a context menu shows up which contains built-in items like \'Send to...\' and/or 3rd party actions such as \'zip file with Wi

3条回答
  •  天命终不由人
    2020-12-16 02:08

    Here is an exmple how the operating system logic behind the "Send To ... | Mail recipient" context menu item can be used from a Delphi application to open the default mail client, displaying a new mail with the passed (selected) files attached:

    How can I simulate ‘Send To…’ with Delphi?

提交回复
热议问题