看板 Visual_Basic 關於我們 聯絡資訊
※ 引述《zupi (zupi)》之銘言: : currentX=10:currentY=10 : print "hi" : currentX=100:currentY=100 : print "hi" : 這樣你就知道了 剛剛試了一下,還是不能在滑鼠游標處print字串 怎麼試的結果都只能靠PSet抓座標來print Privte Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single) If Button=1 then PSet(X,Y) print "字串" End If End Sub -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 59.115.84.252