private void Form1_Load(object sender, EventArgs e) { listBox1.Sorted = false; for (int num = 6; num <9; num++) { listBox1.Items.Add(num); } }