Thread
:
listbox
View Single Post
10-15-2004, 01:41 AM
#
6
(
permalink
)
RobertStout
Registered User
Join Date: Oct 2004
Location: Dank cellar
Posts: 18
:rock:
Code:
Color myColor = Color.Red; myListBox.ForeColor = myColor; myListBox.Items.Add("Red Text");
Strings don't have a color property, instead set the forecolor property on the listbox itself.
RobertStout
View Public Profile
Find More Posts by RobertStout