Hello all,
I have an array of a subclassed URLConnection. In a class called clsNotify, a new instance is created. During that process, I pass to it the array index along with some other info.
When the URLConnection is finished, I call a method in clsNotify to Array.RemoveAt(Index). I do this since clsNotify is the owner of the array.
The problem comes in when after removing an array index, all of the indexes are change so there are no empty indexes. So if 5 URLConnection instances are created (index 0-4) and say any one of them is removed, how to know what index the remaining instance(s) are?
Would appreciate any direction on this please.
Thank you,
Tim
28 posts - 6 participants