For almost 10 years, the site XtremePapers has been trying very hard to serve its users.
However, we are now struggling to cover its operational costs due to unforeseen circumstances. If we helped you in any way, kindly contribute and be the part of this effort. No act of kindness, no matter how small, is ever wasted.
Click here to Donate Now
Dim time As Integer
Private Sub Command1_Click()
For time = 1 To 10
List1.AddItem (time)
Next time
End Sub
Private Sub Command2_Click()
List1.Clear
End Sub
Private Sub Command3_Click()
Unload Me
End Sub