I have several PictureBox controls that all call the same subroutine on a CLICK event. The Delegate subroutine looks like this: (where sender is the PictureBox control that was clicked.
private void AnyPicture_Click(object sender, EventArgs e) {}
How acheive sender.BackColor = Color.Red when any of several PictureBox controls could have raised this CLICK event?
Loading
Joseph StanishPosted Apr 15, 2007, 1:04 AM
SimonPosted Apr 14, 2007, 2:38 PM