28-09-15, 06:13 AM
PHP كود :
Add
Label
Time
Picture Box
Slider
Option Explicit
Dim C As Integer
Private Sub Form_Load()
Slider1.Max = 78000
Slider1.Min = -78000
End Sub
Private Sub Slider1_MouseMove(Button As Integer, Shift As Integer, x As Single, y As Single)
Label1.Caption = Slider1.Value
If Slider1.Value > 0 Then
Caption = 78000 / Slider1.Value
Timer1.Interval = 78000 / Slider1.Value
Else
Timer1.Interval = ((Slider1.Value / 100) * -1)
End If
End Sub
Private Sub Timer1_Timer()
Picture1.Cls
Picture1.Print C
C = C + 1
End Sub
سبحان الله والحمدلله ولا إله إلا الله والله أكبر
اللهم اغْفِرْ لِلمؤمنين والمؤمنات والمسلمين والمسلمات الأحياء منهم والأموات


