Im working on a program in VB 2012. I want to make it so that when a picture box is clicked, its picture changes to another picture. When its clicked again, its picture changes back to the original.
This sounds suspiciously like a class assignment so no code. However, you might want to investigate the picture box's on_click method as one way to solve the problem.
This sounds suspiciously like a class assignment so no code. However, you might want to investigate the picture box's on_click method as one way to solve the problem.
Could you please help me with the code? I have never done anything like this before.