Hey, I got New Thread working

OK, now I got this code:

VB Code:
  1. lblAddNo1.Text = Int(Rnd(9) * 100)

Now the problem is, that everytime I open the form, the first numbers to appear are always the same, everytime the form is generated. How can I make it so that the numbers generated are TRULY random everytime the foprm is opened?