betfury.io

សូមស្វាគមន៏ ការចូលមកដល់ គេហទំព័រ របស់ខ្ញុំ

Saturday, August 13, 2016

random for lottery

As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
        Randomize()
        iLottery = Int(39 * Rnd())
        TextBox1.Text = iLottery
        If TextBox1.Text = "0" Then
            TextBox1.Text += 1
        End If

No comments: