I am new at Visual Basic. Im in high school and decided to take on programming as an elective. Its turned into my hobby. I need help though. I have a picture box. I want it so that if the user clicks on the picture box, the picture changes. What is the code for that? I tried this
Code:Private Sub PictureBox_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Box1.Click Me.PictureBox.Image = location of saved image on harddrive End Sub




Reply With Quote