axWebBrowser

  • Thread starter Thread starter antoine Veret
  • Start date Start date
A

antoine Veret

Hi, is there changes on axWebBrowser with framework 1.1 ?
events doesn't fire for this object.

and an other question; how release memory for axWebBrowser object ?
when i create those objects, iexplorer.exe grow up and do not reduce in size
when i call the dispose method of my object.
 
antonine,

There are no changes. axWebBrowser is a wrapper that is generated for
the WebBrowser control, not a control that is distributed with the runtime
(it is part of IE).

There might be some issues with the wrapper that is generated. I would
look in the knowledge base if you are having a particular issue with it (I
know there are a few articles there).

As for releasing the memory, calling Dispose on the object should do it.
If you force a GC, does the memory go down?

Hope this helps.
 
Back
Top