I have written a BHO and my Save As box has changed. A little research
showed that the cause was when i set my BHO object as the UIHandler I
overrode IE's default handler. The fix was to wrap the real UIHandler
with mine and pass all calls to it through(except what i wanted to
change.) I built my wrapper for IDocHostUIHandler and
IOLECommandTarget, but I can't seem to find the originals that I need
to wrap. To clarify I need to know where I retrieve IE's default
IDocHostUIHander and IOLECommandTarget interfaces.
Note: I don't know if my solution will work or if it's the "best
practice" way to fix it so if I'm wrong or if theres a better way to
solve this I'm open to suggestions
Thanks in advance.

BHO IDocHostUIHandler
Supermatthew
Hello,
Did you ever find the solution for this issue. I'm having the similar problem here..
Cheers
Andy