Question

I'm looking for a C# code to add my own entry to recycle bin right click menu. I've already seen this. What should i do to represent recycle bin.(Sample is provided for jpeg files)

Was it helpful?

Solution

Put your registry entries under HKCR\CLSID{645FF040-5081-101B-9F08-00AA002F954E}\shell. The GUID you see there is the CLSID for the Recycle Bin COM object.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top