Shell Context Menu Handlers
-
Hello all, I am working on an application written entirely in C# and I am at the point that I need shell context menus. Is there a good example of shell context menus written in .Net? I want functionality similar to what WinZip offers from the shell. Has anyone written these things for .Net? Thanks for your help, Scott PS: The app targets only Win2000 and above so a solution does not necessairly have to work on Win9x.
-
Hello all, I am working on an application written entirely in C# and I am at the point that I need shell context menus. Is there a good example of shell context menus written in .Net? I want functionality similar to what WinZip offers from the shell. Has anyone written these things for .Net? Thanks for your help, Scott PS: The app targets only Win2000 and above so a solution does not necessairly have to work on Win9x.
Check out the Shell Programming[^] section under C#. :) -Nick Parker