Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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)

share|improve this question
Please tell me what to use instead of "Jpegfile". And don't ask me to use "Folder". – AKGMA Oct 8 '09 at 13:02

1 Answer

up vote 2 down vote accepted

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.

share|improve this answer
Thanks! This was really nice. – AKGMA Oct 15 '09 at 15:16

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.