Basically what I need to do is have a button which will change the background color of all text controls in a form. I understand this can be done easily in VB if the controls all have incrementing names (txt1, txt2, etc.), however my controls all have descriptive names. How could I accomplish...