Where to purchase the context menu extension dll?

  • Thread starter Thread starter Steven
  • Start date Start date
S

Steven

Hello,
I want to a context menu extension dll like WinZIP, and it supports Windows
Vista 32bit & 64bit.
Where is it?
Thank you
Steven
 
Hello,
I want to a context menu extension dll like WinZIP, and it supports Windows
Vista 32bit & 64bit.
Where is it?
Thank you
Steven

These context menu extensions are called "Shell Extensions". There are
several, including adding items to my computer or anywhere in Windows
Explorer's folder tree, right click new and right clicking on icons.
Icon overlays, Copy and Drag effects and much much more.

These google results summarise what your looking for.
http://www.google.co.uk/search?hl=e...hell+Context+Menu+Extension&btnG=Search&meta=

As for .NET versions, I think there is very limited interoperability.
You may be forced to buy a 3rd party component to achieve it, if it is
at all possible.

The example I wanted to follow meant hacking away at the
intermediate .NET code because VB is unable to work with some of
Window's (written in C and C++) complex types.

Anyway the feature your looking for is called Shell Extensions, maybe
since I've last looked, you may have more luck than me.

Phillip Taylor
 
The EZshellextensions has not the function to get selected files or folders
like WinZIP!

Thank you
Steven
 
It has. Use the TargetFiles property to get the list of all files for which
the menu is being shown.
 
Back
Top