Hello All,
We have developed a windoes application, in one of the forms we are using an activeX control xpdfviewer (http://www.glyphandcog.com/XpdfViewer.html).
I was looking at memory usage using the scitech memory profiler(http://memprofiler.com/), i found that even after the form containing that activeX control is closed, a live instance of the form is showing, but when i try to get the details of it, it says this instance has been disposed. I think its a potential memory leak issue.
Can any one please suggest, how to overcome this issue, may be using finalizers to clean up the unmanage code properly. Any pointers will be helpful.
Thanks,
Vinay Kant

Memory leak, windows form containing an activex component.
guy kolbis
Hi,
Is your problem solved yet
Thank you,
Bhanu.
Cristian Civera
Any other pointers.
maglor_elf
Windows forms does not destroy your form when you close it, it just hides it. I'd say that's what you're seeing.
R102oy