axWebBrowser

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.
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top