March 29, 2024, 02:37:09 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Shell Extension PropertySheetHandler

Started by sapero, October 14, 2007, 09:28:18 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sapero

This is a example shell extension that adds three custom pages to the dll properties page.
On first page you can (un)register server modules, on other you can view what functions the dll imports and exports.
It can be very easy reconfigured for other file types, like 'preview' for videos - just create your custom CLSID's (CoCreateGuid) and update the dll.src and propshet.src file.

Use the .bat files to register the extension if you don't know how.