another collections problem
first i off i just wanna say that i appreciate the help that you guys have been giving me :)
now for my next problem
i will be more specific to my problems because recent ones i havent been so here goes:
i have an assignment to do. Basically we have to build one form using two collections(parallel collections) one holding checkboxes and one holding textboxes
now basically what we have to do is make it when you check a checkbox it enables the textbox if you know what i mean
now for this code we are told to use a do while loop but im not sure how to go about it :(
i have started it but i dont know how to go about it. Any help would be greatly appreciated
Dim intindex As Int16
intindex = 1
Do While (sender.name <> checkboxcollection(intindex).name)
intindex += 1
Loop