IServiceProvider and ITimerService
- From: nmoinvaziri@xxxxxxxxx
- Date: Fri, 13 Jul 2007 04:29:05 -0000
I have an issue where on certain sites almost near the document
completion event that the IOleClientSite is queried for
IServiceProvider, which in turn is QueryService'ed for ITimerService.
What happens is that after the web browser sees that the ITimerService
interface is not implemented, it will send window messages to my main
application hanging the web browser control, so that the final
document complete never fires. The message id for the window messages
are 0x8002 mainly and then sometimes I'll get message ids that are
WM_TIMER. Do I have to implement IServiceProvider and then some how
implement ITimerSerivce? Has anybody else had these same problems? I
think it might be do to an ActiveX on the page? This only happens on
IE 6. It does not happen on IE7, although I need to find out if there
is a work around for IE 6.
.
- Follow-Ups:
- Re: IServiceProvider and ITimerService
- From: nmoinvaziri
- Re: IServiceProvider and ITimerService
- Prev by Date: Re: WebBrowser control
- Next by Date: Re: IServiceProvider and ITimerService
- Previous by thread: I need a list of files that WebBrowser2 can and cannot display
- Next by thread: Re: IServiceProvider and ITimerService
- Index(es):