listBox1.Items.Add("abc"); listBox1.Items.Add("def");
Color myColor = Color.Red; myListBox.ForeColor = myColor; myListBox.Items.Add("Red Text");