BHO sample code?

Hi, all!
I've found the BHO article on MSDN (the browser the way you want it)...but it mentions source code and provides no link. I need to make a BHO for a school project, and in this class it's perfectly acceptable to modify sample code. Can someone point me toward either a C++ or a C# sample of a BHO?
I'm writing something that will add to the right-click menu and also, hopefully, pop an extra window into the browser that will use the Amazon API to display data about books based on ISBNs that are displayed on the current page.

Thanks,
William

[572 byte] By [WilliamPHenryJr] at [2008-2-16]
# 1
Take a look at http://www.codeproject.com/atl/mousegestures.asp to get you started.
Thanks
-Dave
DaveMassy at 2007-8-31 > top of Msdn Tech,Internet Explorer Development,Internet Explorer Extension Development...
# 2

Thanks, Dave! I'll get on it tonight! :)

William

(Microsoft Student Partner, Washington State University)

WilliamPHenryJr at 2007-8-31 > top of Msdn Tech,Internet Explorer Development,Internet Explorer Extension Development...
# 3
If you are specifically interested in just extending IE's context menu, you might also want to check out http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/ext/tutorials/context.asp
SharathUdupa at 2007-8-31 > top of Msdn Tech,Internet Explorer Development,Internet Explorer Extension Development...
# 4

Awesome, Thanks!

Totally using that first thing tomorrow morning! :)

William

WilliamPHenryJr at 2007-8-31 > top of Msdn Tech,Internet Explorer Development,Internet Explorer Extension Development...