PictureBox1_MouseClick事件中,通过鼠标的坐标点的位置区间确定调出哪个文字。
Private Sub PictureBox1_MouseClick(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles PictureBox1.MouseClick
if e.x>.. and e.y >... then ....
End Sub
===================================================
讨厌C#的行尾的小尾巴;和一对大括号{ }
===================================================