-
Containers/Parents...
I've got a thingy where I drag labels into any of an array of picboxes, and I want to differentiate the 'owner' box for each each label from each other.
Parent is the form for all of them, and the container for a label in picbox(0) is the same as that for a label in picbox(13). The only way I have been able to differentiate them so far is with Container.Index, but I can't use that, 'cause some labels with the same name are not in the array.
Any ideas???
-
Don't worry. Found a away around it...