I made 2 forms and Form2 has buttons for background images. How can I, when I press that button set background on all forms. Because when I did some coding :
this.BackgroundImage = new Bitmap(Properties.Resources._8_8008_by_amplifier404, new Size(800, 500));
// where _8_8008_by_amplifier404 is name of the image
it only changes background image on form which has that button but I want when I click that button to change background on all forms?!