|
Explorer Context Menu Platinum (.Net Component)
-
Version
4.20
Add custom items to Windows Explorer shell context
menu easily with Context Menu Platinum (.Net Component
for C#, VB, etc.). Easy to start (just install), easy
to add your custom menu items (just one lines of
template code for every menu item), easy to use (.Net,
C#, VB, etc.) easy to deploy (just add 1 small file to
your installation pack).
First, some words about appending of your items to
Explorer context menu - and about how you may do it.
Shell context menu items appending component is a COM
server, that may be written, according to Microsoft
specifications, only on unmanaged C++.
You may spend hours and hours, day by day trying to
add your items to Windows Explorer shell context menu
by writing unmanaged C++ implementations for outdated
IContextMenu.QueryContextMenu,
IShellExtInit.Initialize, IContextMenu.InvokeCommand,
RegisterServer, IContextMenu.GetCommandString,
|