I have a Form1 and a Form2. Form2 is a "Options" Form. With a button on Form1, I open the Form2.
On Form2 i have radioButtons. The RadioButtons are changing the Color of a panel (e.g panel1). This BackColor should be send to Form1 panel1.
How can I do this?
I tried it with the other Topics, but they are only about TextBoxes and not about BackColor of Panels.