Re: [VB6 ] 在游標處Print

看板Visual_Basic作者 (zupi)時間19年前 (2005/07/06 22:54), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/4 (看更多)
※ 引述《Harrychou (Patlabor)》之銘言: : 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, X As Single, : Y As Single) : If Button = 1 Then : Cls : PSet (X, Y), colorval : Print "滑鼠左鍵" : End If : If Button = 2 Then : Cls : PSet (X, Y), colorval : Print "滑鼠右鍵" : End If : End Sub : 如果要在mousedown時在游標處print出字串,是非得加上PSet來指定位置? : 又能否將這段步驟省去,只用print? currentX=10:currentY=10 print "hi" currentX=100:currentY=100 print "hi" 這樣你就知道了 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 220.134.166.68
文章代碼(AID): #12o_2NtB (Visual_Basic)
討論串 (同標題文章)
本文引述了以下文章的的內容:
以下文章回應了本文
完整討論串 (本文為第 2 之 4 篇):
文章代碼(AID): #12o_2NtB (Visual_Basic)