So what I've done with this:
" Private Sub PictureBox1_Click(sender As Object, e As EventArgs) Handles PictureBox1.Click
PictureBox1.BackgroundImage = LaneBot.My.Resources.Warding_Totem_active
End Sub"
is make it so when I click the picture box it changes the image.
Now could anyone tell me how I could make it return to the original image upon clicking it again?
Thanks for your time on such a novice request but feeedback will be greatly appreciated
" Private Sub PictureBox1_Click(sender As Object, e As EventArgs) Handles PictureBox1.Click
PictureBox1.BackgroundImage = LaneBot.My.Resources.Warding_Totem_active
End Sub"
is make it so when I click the picture box it changes the image.
Now could anyone tell me how I could make it return to the original image upon clicking it again?
Thanks for your time on such a novice request but feeedback will be greatly appreciated