C# 物件導向
程式碼and照片
2014年12月2日 星期二
VB 點一下跑一下
Dim c, d As Integer
Private Sub CommandButton2_Click()
If CommandButton1.Left > 150 Then
d = -1
End If
If CommandButton1.Left < 50 Then
d = 1
End If
c = c + d
CommandButton1.Left = 50 * c
End Sub
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言