简体   繁体   中英

How can I add Windows right click context menu items?

I am trying to add new actions to the right click context menu when you select a file or many files. I am writing a program in C++ which contains the functionality that I want to trigger.

As far as I know I have to add new entries to the registers when installing my program and also, I have to use COM(here I got completely lost).

Is there a straightforward way of doing this?

As already suggested by @Igor Tandetnik you can do almost everything you want with Registry entries.

https://msdn.microsoft.com/en-us/library/windows/desktop/cc144169.aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM