Re: [VB6 ] 在游標處Print

看板Visual_Basic作者 (zupi)時間19年前 (2005/07/06 23:18), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串4/4 (看更多)
※ 引述《Harrychou (Patlabor)》之銘言: : ※ 引述《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 If Button = 1 Then Cls CurrentX = X: CurrentY = Y Print "滑鼠左鍵" End If If Button = 2 Then Cls CurrentX = X: CurrentY = Y Print "滑鼠右鍵" End If -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 220.134.166.68

59.115.84.252 07/07, , 1F
謝謝
59.115.84.252 07/07, 1F
文章代碼(AID): #12o_PYW- (Visual_Basic)
討論串 (同標題文章)
文章代碼(AID): #12o_PYW- (Visual_Basic)