Private Sub PictureBox1_MouseDown(ByVal sender As Object,ByVal e As System.Windows.Forms.MouseEventArgs) Handles PictureBox1.MouseDown 'The values will get displayed in the textbox TextBox1.Text="You Clicked at " & e.X &","&e.Y End Sub