Re: [VB6 ] 在游標處Print

看板Visual_Basic作者 (Patlabor)時間19年前 (2005/07/06 23:08), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/4 (看更多)
※ 引述《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
文章代碼(AID): #12o_F_iD (Visual_Basic)
討論串 (同標題文章)
本文引述了以下文章的的內容:
以下文章回應了本文
完整討論串 (本文為第 3 之 4 篇):
文章代碼(AID): #12o_F_iD (Visual_Basic)