Hello,
is there any chance to speed up the loading process of ActiveX
controls? I'm using the webbrowser control from VB.NET through interop
and the EndInit call to the ISupportInitialize interface costs about
12 seconds.
Thanks in advance,
Fabian Gebert
Charles Law - 12 Sep 2003 12:46 GMT
Hi Fabian
I have also found the same problem. You will find that if you set CLR
exceptions to break into the debugger, the EndInit call causes a first time
exception to be thrown. I am not sure, but I suspect that this contributes
to at least part of the cost. Also, loading mshtml is expensive because it
contains a very large number of interfaces.
Hopefully someone can shed some light on this.
Charles
> Hello,
>
[quoted text clipped - 6 lines]
>
> Fabian Gebert