-
releasing memory
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
-
Re: releasing memory
Hi
Do you free all the memory in your control?
Maybe a redim of the control-array will help.
Hope this helps!
Crazy D