討論串[VB6 ] 在游標處Print
共 4 篇文章
首頁
上一頁
1
下一頁
尾頁

推噓2(2推 0噓 0→)留言2則,0人參與, 最新作者Harrychou (Patlabor)時間19年前 (2005/07/06 17:14), 編輯資訊
1
0
0
內容預覽:
Dim colorval As Long. Private Sub Form_Load(). colorval = RGB(255, 255, 255). End Sub. Private Sub Form_MouseDown(Button As Integer, Shift As Integer,
(還有136個字)

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者zupi (zupi)時間19年前 (2005/07/06 22:54), 編輯資訊
1
0
0
內容預覽:
currentX=10:currentY=10. print "hi". currentX=100:currentY=100. print "hi". 這樣你就知道了. --. 發信站: 批踢踢實業坊(ptt.cc). ◆ From: 220.134.166.68.

推噓0(0推 0噓 0→)留言0則,0人參與, 最新作者Harrychou (Patlabor)時間19年前 (2005/07/06 23:08), 編輯資訊
1
0
0
內容預覽:
剛剛試了一下,還是不能在滑鼠游標處print字串. 怎麼試的結果都只能靠PSet抓座標來print. Privte Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button=1

推噓1(1推 0噓 0→)留言1則,0人參與, 最新作者zupi (zupi)時間19年前 (2005/07/06 23:18), 編輯資訊
0
0
0
內容預覽:
If Button = 1 Then. Cls. CurrentX = X: CurrentY = Y. Print "滑鼠左鍵". End If. If Button = 2 Then. Cls. CurrentX = X: CurrentY = Y. Print "滑鼠右鍵". End If.
首頁
上一頁
1
下一頁
尾頁