Dagens tæst
X Hvordan får jeg mit program til at startte ole1.Her er min source code:
If HScroll1.Value < 61 Then
Text1.BackColor = &HFF00&
End If
If HScroll1.Value < 30 Then
MsgBox "Så kan du vist ikke køre langsommer.GET IT ON!!!!"
End If
If HScroll1.Value > 60 And HScroll1.Value < 81 Then
Text1.BackColor = &HFFFF&
End If
If HScroll1.Value > 80 And HScroll1.Value < 111 Then
Text1.BackColor = &HFF&
End If
If HScroll1.Value > 110 Then
Form1.BackColor = &HFF&
Text1.BackColor = &HFF&
End If
If HScroll1.Value < 110 Then
Form1.BackColor = &H8000000F
End If
If HScroll1.Value = 120 Then
(((((((((((((Her skal ole1 blive afspillet)))))))))))))
MsgBox "Du køre for hurtig. SLOW DOWN!!!!"
End If
Text1.Text = HScroll1.Value
