Skip to playerSkip to main content
  • 17 years ago
Public Class Form1

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim gen As Long
gen = Rnd() * (999999999)
MsgBox(gen)
End Sub
End Class

Category

šŸ¤–
Tech
Be the first to comment
Add your comment

Recommended