Comments
Sort by recent activity
Hi,
Yes I used the graphs but stripped everything down to a basic mdi example to highlight that it indicated that memory was still not released.
The only way i am able to get the mdi to release the references once the child form is closed is to set the frm.MdiParent = nothing.
which effectively stops the child from being held within the mdi.
Your product is excellent and I would like to use it within our real app, but hesitate given that i can't seem to get results during this basic mdi app.
Basic in that all i've done is created a new mdi form and added a menu item with the call to open a blank child form.
I'm not sure if this is a problem with red gate (probably not) or if windows mdi forms just don't release references. / comments
Hi,
Yes I used the graphs but stripped everything down to a basic mdi example to highlight that it indicated that memory was still not released.
The only way i am able to get the mdi to release the...