Hi,
Do you know where can I find examples how to write explorer extensions using MASM32?
Do you know where can I find examples how to write explorer extensions using MASM32?
gaidar,
What kind of extension?
1) A menu item?
2) Your own window in place of the listview?
3) Send to extension?
:alright:
What kind of extension?
1) A menu item?
2) Your own window in place of the listview?
3) Send to extension?
:alright:
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:
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:
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
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
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 ;)?)
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
- a context menu extension
- a namspace extension
- a shell execution hook sample
Source is included
Thank you very very much!
They're really help me.
They're really help me.
That's nice. Especially links!