I want to put an X or a point on a picturebox where the user clicks. I tried using a shape (circle), and it works, but it doesn't leave it at the position you clicked last if you click somewhere else. I need it to show every point that is clicked. Here's what I have:
Shape1.Left = CStr(x)
Shape1.Top = CStr
Form1.Shape1.Visible = True
Thanks for any help in advance!!
Shape1.Left = CStr(x)
Shape1.Top = CStr
Form1.Shape1.Visible = True
Thanks for any help in advance!!