Hi, I would like to know how to free a memory after I am using a imagelist or picturebox/ image file.
I have a program who loads picturebox into a imagelist, only 2 pictures at the time.
My problem is, after running my program several times (by using "start" command in vb6)... maybe around 100 times or so... I have got out of memory error.
I assume it is linked to the memory that I didn't free up when I close a program. how do I free that memory?
thanks