Hello. I am creating a program that will mimic browsing through a file system. In this program I require a context menu with the regular options (rename, properties, delete, open, etc) but also any other options that the user might have installed (such as winRAR's options, tortiseSVN menu options, etc). Is it possible to either poll for these options or possibly invoke the same version that is used inside of explorer.exe?

Thanks for your help.