A
Andre Nogueira
Hi there
In my VB.Net 2003 program, I use an Internet Explorer control (shdocvw.dll).
When I open the form containing the control, the program "eats" 20MB of RAM.
So far so good - IE itself uses about 20MB of ram to run.
The problem is that when I close the form (close it, not hide it).. the 20MB
are still used by the program!
The question is, how do I free them?
I tryed using
WbControl.Dispose()
WbControl = Nothing
on the Closing event of the form, but with no results.
Any ideas?
Thank you in advance! =)
Andre Nogueira
In my VB.Net 2003 program, I use an Internet Explorer control (shdocvw.dll).
When I open the form containing the control, the program "eats" 20MB of RAM.
So far so good - IE itself uses about 20MB of ram to run.
The problem is that when I close the form (close it, not hide it).. the 20MB
are still used by the program!
The question is, how do I free them?
I tryed using
WbControl.Dispose()
WbControl = Nothing
on the Closing event of the form, but with no results.
Any ideas?
Thank you in advance! =)
Andre Nogueira