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

Integrate APP with BHO

14 views
Skip to first unread message

spidy

unread,
Aug 14, 2009, 9:04:00 PM8/14/09
to
I have created an APP and want to integrate with BHO.

Now I did RegisterNamespace in SetSite method of BHO.

When IE gets started , firts http request comes and APP works fine.

But after that my APP never gets called.

Do I need to registernamespace for every http requeest.

I am not sure but if I register once for APP in BHO then it should
work for all http request

Igor Tandetnik

unread,
Aug 14, 2009, 9:07:45 PM8/14/09
to
spidy <alien...@gmail.com> wrote:
> I have created an APP and want to integrate with BHO.
>
> Now I did RegisterNamespace in SetSite method of BHO.
>
> When IE gets started , firts http request comes and APP works fine.
>
> But after that my APP never gets called.

Could there be another BHO installed that uses the same trick? Only one
APP can be installed per protocol per process.
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925


0 new messages