Hi,
I want to iterate through all the controls on a form and do some testing based on what type of control it is and what information it contains. I can do this without any problems, but I want to do it in a particular order. If I use the For Each....Next scenario, I have no control over what order the controls are looked at.
Is there a way I can set the order of the controls at design time so that the iteration will go in the order I want?
Thanks,
Elena
I want to iterate through all the controls on a form and do some testing based on what type of control it is and what information it contains. I can do this without any problems, but I want to do it in a particular order. If I use the For Each....Next scenario, I have no control over what order the controls are looked at.
Is there a way I can set the order of the controls at design time so that the iteration will go in the order I want?
Thanks,
Elena