반응형 picturebox9 비쥬얼베이직(비주얼베이직)visual basic,vb.net 강좌-이미지박스위에 마우스 클릭위치 알아내기,MouseClick,e.X,e.Y Public Class Form1 Private Sub PictureBox1_MouseClick(sender As Object, e As MouseEventArgs) Handles PictureBox1.MouseClick Label1.Text = "현재마우스 위치는 x-" & e.X & " y-" & e.Y End SubEnd Class 2017. 1. 17. 이전 1 2 3 다음 반응형