|
Hello,
I use WeBrowser in the VB script , but I have a problem
When script run for a long time.
How do I do to clear memory usage, without disconnect it??
I Try use
Janela.Document.Body.InnerHtml = "JJJ"
Where janela is the Frame that I want clear
Its clear the text in Frame , but don't clear the memory usage
Last edited by gedan : 08-24-2007 at 06:43 PM.
Reason: spell error
|