Visual Basic 2008 Game a guess the number game. it really works and soz for the stuff ups. Codes: Button1: Dim Therandom As New Random If RadioButton1.Checked = True Then Label1.Visible = False Label2.Visible = False Label3.Visible = False Label1.Text = Therandom.Next(1, 5) If...