Tady je zdrojak programu najdete na nem nejakou chybu?
Private Sub CommandButton1_Click()
Image1.Visible = False
Label1.Caption = Int(Rnd * 10)
Label2.Caption = Int(Rnd * 10)
Label3.Caption = Int(Rnd * 10)
If (Label1.Caption=7) Or (Label2.Caption = 7)
or (Label3.Caption = 7) Then
Image1.Visible = True
Beep
End If
End Sub
Private Sub CommandButton2_Click()
End
End Sub
Private Sub Form_Load()
End Sub
Za odpovedi predem dekuju