i've written a shell extension in C# which shows my own context menu entry (FileExtensionMenu) After clicking my menu entry the shell extension should submit the choosen file name to my main application that it can process with this file.
My question is which is the way to communicate between the extension and the application. Or must i transfer the program logic to the shell extension code?
Thanks in advance for your help