Dykerosoft said:Mike, you're a good man.
Dykerosoft said:Mike, you're a good man.
Unspoken said:I tried to be nice to you in a pm and you were a dick
You get no sympathy from me
But its nice you wrote this for them Good job
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
timer1.start()
End Sub
Private Sub Test()
Dim randomNumber As Random = New Random
TextBox1.Text = randomNumber.Next(10000000, 99999999)
End Sub
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
Test()
End Sub
End Class
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?