Click to See Complete Forum and Search --> : releasing memory


Darryl Ingalls
March 22nd, 1999, 01:48 PM
I seem to be able to release memory from my own activex made controls, when I use them in an array and load them dynamically at run-time. I do use a breakdown method I call each time I use the unload (index) method. I even set it to nothing after I unload it. but its not releasing all the memory, if anyone has any suggestions, I would greatly appreciate it.


Darryl

Crazy D
March 22nd, 1999, 09:09 PM
Hi


Do you free all the memory in your control?

Maybe a redim of the control-array will help.


Hope this helps!


Crazy D