Posted July 18, 20205 yr HI i want to make Context Menu for my tools like New Context Menu in picture or 7-zip or Winrar i readed a topic for that and i know i must use c++ to make it but i can't do it any one has tutorial to do it or explain how THX
July 18, 20205 yr Check this article series, it's quite pratical : https://www.codeproject.com/Articles/441/The-Complete-Idiot-s-Guide-to-Writing-Shell-Extens Regards, Tony Edited July 18, 20205 yr by tonyweb
July 18, 20205 yr Just to clarify, do you want to create a new menu for all of your different tools not written by you or do you want to integrate the tools you have written into the context menu? 7-zip and winrar integrate themselves into the context menu and the 'New' context menu is a windows feature If you want to create a new menu like the 'New' menu then it can be done easily by editing the registry If you want to code your apps to integrate themselves then you don't have to use C++, you can use whatever language you code in to create a shell extension COM server which registers itself into your system
July 19, 20205 yr Author Thank for all i have use ezshellextensions and i can make it Code dll and i can choose what file type i want to make context menu for it
July 19, 20205 yr https://www.howtogeek.com/107965/how-to-add-any-application-shortcut-to-windows-explorers-context-menu/
Create an account or sign in to comment