Im currently creating an app that load a bunch of picture boxes with a control array along with label control array inside each picture box. this scrolls up the screen with assignments for employees. the problem is when a task is closed the closed picture box sticks around. what i need is a way to unload or destroy all currently load control arrays so i can reload them.
im currently using the following.
Code:Load Picture1(i) Load Label1(n) Set Label1(n).Container = Picture1(i)




Reply With Quote