Re: getting bho reference from iwebbrowser2
- From: "Sheng Jiang[MVP]" <sheng_jiang@xxxxxxxxxxxxxxxxxxx>
- Date: Fri, 20 Jul 2007 15:23:23 -0500
You can send registered windows message to the window returned by IOleWindow
(queried from IWebBrowser2) .
You can subclass the window in your BHO to handle registered messages.
--
Sheng Jiang
Microsoft MVP in VC++
<ryan0x4@xxxxxxxxx> wrote in message
news:1184959257.978134.117170@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello,
I have a BHO running under IE, my question is is there any way in c++
to get a pointer/reference to my BHO's class from the IWebBrowser2
interface? So basically, can I create a iwebrowser2 instance via
cocreateinstance and then get run a public method implemented in my
bho?
Thank you
Ryan
.
- References:
- getting bho reference from iwebbrowser2
- From: ryan0x4
- getting bho reference from iwebbrowser2
- Prev by Date: getting bho reference from iwebbrowser2
- Next by Date: Re: getting bho reference from iwebbrowser2
- Previous by thread: getting bho reference from iwebbrowser2
- Next by thread: Re: getting bho reference from iwebbrowser2
- Index(es):
Relevant Pages
|