AbdElrahman Posted July 18, 2020 Posted July 18, 2020 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
tonyweb Posted July 18, 2020 Posted July 18, 2020 (edited) 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, 2020 by tonyweb 1 1
NOP Posted July 18, 2020 Posted July 18, 2020 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 1 1
AbdElrahman Posted July 19, 2020 Author Posted July 19, 2020 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
amateur Posted July 19, 2020 Posted July 19, 2020 https://www.howtogeek.com/107965/how-to-add-any-application-shortcut-to-windows-explorers-context-menu/
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now