使用visual basic移动图片框

时间:2018-03-11 05:21:23

标签: basic

Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
    PictureBox1.Location = New Point(PictureBox1.Location.X + TextBox1.Text, PictureBox1.Location.Y) 'Timer run from left to right to the number of input
End Sub

0 个答案:

没有答案