Visual Basic 6.0 - Liber Shqip

Page 52

Principe të Visual Basic 6.0

MSc. Genci Berati

Private Sub Command1_Click() End Sub Private Sub Next_Click() Image1.Visible = False Image2.Visible = False Label6.Visible = False Label5.Visible = False If Option1.Value = "true" Then n = 10 ElseIf Option2.Value = "true" Then n = 100 ElseIf Option3.Value = "true" Then n = 1000 End If Text1.Text = "" Text2.Text = "" Text3.Text = "" Randomize Timer num1 = Int(Rnd * n) num2 = Int(Rnd * n) Text1.Text = num1 Text2.Text = num2 Text3.SetFocus End Sub Private Sub OK_Click() If Val(Text3.Text) = Val(Text1.Text) + Val(Text2.Text) Then Image1.Visible = True Image2.Visible = False Label5.Visible = True Label6.Visible = False score total.Caption = Str$(intNumber) Else

56


Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.