
Originally Posted by
Aflatoon
There are several ways to approach this. You could use one array of values in each form and simply loop through it; you could implement interfaces that you can check and react accordingly; you could use CallByName (and ideally implement properties for the forms).