I have three forms: Form1, Form2, and Form3. Form1 has two buttons. The first button shows Form2, and the second button shows Form3. On Form2 I have a label, button, and a ColorDialog. On Form3 I just have a label. I am trying to find out how to change the backColor of the label on Form3 by using the the ColorDialog in Form2.