user182513
user182513

Reputation:

Add an entry to recycle bin right click menu using C#

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)

Upvotes: 0

Views: 989

Answers (1)

Mattias S
Mattias S

Reputation: 4808

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.

Upvotes: 1

Related Questions