Hi,

Do you know where can I find examples how to write explorer extensions using MASM32?
Posted on 2002-12-07 07:06:12 by gaidar
gaidar,

What kind of extension?

1) A menu item?

2) Your own window in place of the listview?

3) Send to extension?


:alright:
Posted on 2002-12-07 16:29:03 by Xtreme
I would also be interested in this topic.

It would be cool to add a extra field in the right-click pop-up window to "speek selection" from a web-page. (Or perhaps another toolbar / menu entry)

It would be a good application of your COM generator i think.

:nAn:
Posted on 2002-12-08 09:22:39 by NaN
Greets,

I think this is a lessor known part of the MSDN online. I stumbled onto it by accident one day about a year ago and the link has moved about 3 times since. Before you used to have to search to find it now you can actuall browse directly to it...

The direct link is:
http://msdn.microsoft.com/downloads/samples/internet/default.asp

To browse to it...

www.micorosoft.com
> Developer Tools
> MSDN Image Link
> MSDN Library
>> Web Development
>>> Internet Explorer
>>>> Internet Explorer (General)
>>>>> Code Examples
>>>>>
>>>>> (Programming and Reusing The Browser)
>>> Programming and Reusing The Browser


BTW> it doesn't appear that the above link will work. It looks like they don't allow you to deep link to the articles anymore. Perhaps it's just my PC.

Thanks,
_Shawn
Posted on 2002-12-08 13:38:27 by _Shawn

Greets,

I think this is a lessor known part of the MSDN online. I stumbled onto it by accident one day about a year ago and the link has moved about 3 times since. Before you used to have to search to find it now you can actuall browse directly to it...

The direct link is:
http://msdn.microsoft.com/downloads/samples/internet/default.asp



Thanks.

I found some articles about writing extensions for Windows here:
http://www.codeproject.net/shell/shellextguide9.asp

But there is a problem - how to do it in MASM32. (Develop something like ALT for MASM ;)?)
Posted on 2002-12-09 02:07:14 by gaidar
Some time ago I have written some shell extensions in ASM:

- a context menu extension

- a namspace extension

- a shell execution hook sample

Source is included
Posted on 2002-12-09 04:46:35 by japheth
Thank you very very much!

They're really help me.
Posted on 2002-12-09 04:58:23 by gaidar
Here's some more info:
http://www.com4me.net/win32asm/index.php (tutorial page)

Thomas
Posted on 2002-12-09 05:13:23 by Thomas
That's nice. Especially links!
Posted on 2002-12-11 00:40:57 by gaidar