The code you wanted


SUBMITTED BY: Guest

DATE: Nov. 27, 2014, 6:22 p.m.

FORMAT: Text only

SIZE: 445 Bytes

HITS: 1773

  1. private void checkBoxAchtergrond_CheckedChanged(object sender, EventArgs e)
  2. {
  3. if (checkBoxAchtergrond.Checked == true)
  4. {
  5. this.BackgroundImage = Properties.Resources.achtergrondH11Oef4;
  6. this.BackgroundImageLayout = ImageLayout.Stretch;
  7. }
  8. else
  9. {
  10. this.BackgroundImage = null;
  11. }
  12. }

comments powered by Disqus