
12-23-2004, 02:12 PM
|
|
Regular
|
|
Join Date: Apr 2004
Posts: 58
|
|
Image Placement and Control
|
I have two sets of dynamic arrays, one set acts as containers on a table layout, the other holds images that I drag and drop on the container array coordinates. My question is how can I tell what container is associated with what image control? I drag and drop the image controls, picDeck(index), easy enough, but when I go to move them off the container,imgPlacement(index), I need to be able to recognize that the container control has nothing on top of it or associated with it...so I can move something else in the picDeck(index) place. Does that make sense? I tried using the tag property of the imgPlacement(index) control to flip back and forth between 1 and 0 so I can have a reference..but got stuck. Any ideas?
Thanks
|
|