From: John Smith on
John Smith wrote:
> Schmidt wrote:
>> "John Smith" <spam(a)not-a-real-domain-name.com> schrieb im Newsbeitrag
>> news:%23aHjuQaELHA.5472(a)TK2MSFTNGP04.phx.gbl...
>>> I'd like to run an alternative to IE in my app and have downloaded the
>>> Mozilla control (I'm testing it now). So far it's up to 82MB after an
>>> hour and half (120 page requests). Seems to have memory leak issues.
>>>
>>> http://www.iol.ie/~locka/mozilla/control.htm
>>>
>>> Does an alternative exist for VB6?
>>
>> I've written a small Binding-Class which (in the same
>> way as the control above) is using the MS-HTML-
>> Interfaces - but bound in this case is a pretty
>> actual (regarding the version) XulRunner-environment.
>>
>> Please do your own tests, if this newer Mozilla-
>> Binaries do work better with regards to Mem-
>> Usage (and caching, which always was a bit more
>> generous than that in IE) ... about a leak I'd only talk,
>> when the increasing mem-usage does *not* stop
>> at some *barrier* of maybe 300MB or so.
>>
>> www.datenhaus.de/Downloads/MozillaRegfree.zip
>>
>> A smaller and lightweight alternative is the Dll
>> (or the Control) at terrainformatica.com - no
>> "full-blown-browser" - but for many purposes
>> more than sufficient.
>>
>> Olaf
>>
>>
>
>
> Wow, this is great.. thank you very much. I ran a test for a few hours,
> 1 page request every 15 seconds. After about 1000 or so page requests it
> never went over 80MB.
>
> Do you know if it's possible to raise drag events? I'm dragging text
> from the control to a button above it.
>
> Thank you
>
>
>
>

I figured it out using API calls.

Thanks again for the control :)