怎样获得优步优惠码:程序问题,求救~~~

来源:百度文库 编辑:高校问答 时间:2024/04/30 16:58:12
1:翻译以下简单代码?
Private Sub form_click()
End
End Sub
Private Sub form_load()
n = InputBox("Enter Information for SCR ~")
Form1.WindowState = 2
Label1.Caption = n
Label1.FontSize = 44
Label1.AutoSize = True
Label1.Left = 0
End Sub
Private Sub timer1_timer()
Label1.Left = Label1.Left + 55
If Label1.Left > Form1.Width Then
Label1.Left = 1: Label1.Top = Rnd(x) * 500
End If
End Sub
2:列出如果内存仅仅出现读写错误的时候的至少3个症状?

Private Sub form_click()
End ---点击退出是吧
End Sub
Private Sub form_load()
n = InputBox("Enter Information for SCR ~") --输入
Form1.WindowState = 2 --全平
Label1.Caption = n
Label1.FontSize = 44
Label1.AutoSize = True
Label1.Left = 0 --设置没错
End Sub
Private Sub timer1_timer()--有填频率么?
Label1.Left = Label1.Left + 55
If Label1.Left > Form1.Width Then
Label1.Left = 1: Label1.Top = Rnd(x) * 500
End If --这里至少没错误
End Sub