EDN Admin
Well-known member
Hello all,
Not sure if this is the best forum to ask but here goes. I want to create a context menu shell extension with C#. It needs these main functions:
-Applies to all files but not multiple file selections
-Needs to be in a specific location in the context menu (right before "Properties")
-Sends message through named pipe
I think this functionality is too complex to just add some registry values but I havent been able to find any good help for creating the context menu handler in C#. Any help appreciated.
Thanks.
edit: Additional info: Targeting Windows 7 x64, .NET 2.0<br/>
View the full article
Not sure if this is the best forum to ask but here goes. I want to create a context menu shell extension with C#. It needs these main functions:
-Applies to all files but not multiple file selections
-Needs to be in a specific location in the context menu (right before "Properties")
-Sends message through named pipe
I think this functionality is too complex to just add some registry values but I havent been able to find any good help for creating the context menu handler in C#. Any help appreciated.
Thanks.
edit: Additional info: Targeting Windows 7 x64, .NET 2.0<br/>
View the full article