L
Larry
I have several picturebox controls on a WindowsForm in
VS.NET 2003.
On the Click event, the object sender argument is
available to the event.
I want to be able to pass the picturebox object to a
general function to change the bmp associated.
How do I pass the sender object to another function and
then have access to the PictureBox Image property?
VS.NET 2003.
On the Click event, the object sender argument is
available to the event.
I want to be able to pass the picturebox object to a
general function to change the bmp associated.
How do I pass the sender object to another function and
then have access to the PictureBox Image property?