|
-
Feb 29th, 2016, 11:09 AM
#1
Thread Starter
Junior Member
[RESOLVED] How to change the index of control array element in VB6?
Is it possible to change the index of the control array element in VB6?
For example
1. I created control array with 5 elements
2. and after that I unloaded first 4 elements.
Can I somehow change index of the element #5 to 3?
Since I unloaded element #3 the index "3" is available. But I need somehow to change index of the element #5 to 3. To be able to refer to former element TextBox (5) as TextBox (3).
Thank you for suggestions!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|