I need to add an item to folders right click menu when clicked send folder address to my app. how can i do it? it’ll be a great help if you describe how to make popup menu for that item and how can i use images for items? something like WinRAR…. and what about file types? same ways?
thank you.
I need to add an item to folders right click menu when clicked send
Share
To add new options to the right-click context menu, you’ll need to set it up as a shell extension and register it with Windows. Here’s an article describing the basic principles for it.
As for how to register a file type with Windows, you can find a mimimal but well-commented Delphi example here.