Loading...
Codes :
Button 1 :
Label2.Text = "+"
Label1.Text = Val(TextBox1.Text) + Val(TextBox2.Text)
Button 2:
Label2.Text = "-" Label1.Text = Val(Text...
29 views
Code for timer :
Progressbar1.Increment(1)
Progressbar1.Value = Progressbar1.Maximum
49 views
Code : MsgBox("Your text here")
In your text here type the text you want to type.
41 views