Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how to communication between BHO.

9 views
Skip to first unread message

darwinye

unread,
Dec 21, 2009, 2:57:52 AM12/21/09
to
HI,
how to communication between BHO.
I am writing a Browser helper object and need communication between
the BHO instance.
For example, In my BHO ,user can enable/disable the BHO's a function.
If currently the user opened
3 Internet explorer and disabled the BHO's function in one of IE, how
can I change the state of the other two BHOs.

1. Maybe I can use window's message ,but I have to know the other BHO
window's handle? I dont think this would be
a good idea.
2. Or through shared memory, but it is dangerous?
3. Or postmessage with HWND_BROADCAST,but this message only can be
posted to "disabled or invisible unowned windows, overlapped windows,
and pop-up windows. The message is not posted to child windows."

So do you have any idea to help me ,any help would be appreciated.

Thank you very much!

0 new messages