I am making a random number generator but i cant get it to work. it says cannot convert type int to System.Windows.Forms.Label
private void button1_Click(obj
I think you just need to use Text property of abc label;
abc
abc.Text = r1.Next(b).ToString();