How to pop-up the Windows context menu for a given file using Delphi?

后端 未结 3 1656
醉话见心
醉话见心 2020-12-15 12:46

I want to write the following procedure / function:

procedure ShowSysPopup(aFile: string; x, y: integer);

Which will build and show (at the

3条回答
  •  眼角桃花
    2020-12-15 13:04

    Although I agree with Deltics that it is a lot of work, the information required for most (if not all) of the items is freely available in the registry. The guide listed in Deltics answer look good and will give you most of the items. A lot can be looked up form basic entries in the registry whereas others need calls to COM objects.

提交回复
热议问题