heres the code:


private Sub Form_Load()
Label1.Caption = Int(Rnd * 10)
End Sub



Why is it that everytime that you load that load, label1 always = 7 or the same number, I want to randomly generate numbers!!

http://visualblind.tsx.org