Listbox Background and Foreground Color
Posted: Wed Feb 22, 2012 1:50 pm
Can anybody help?
Can anybody tell me how to set the background color of a listbox to black and the text color to white.
Here is my code, I cannot get it to work????
OBJECT ListBox1 AS ListBox
Left=0
Top=0
Width=150
Height=ScreenHeight - 25
TabOrder=0
Sorted=True
Color=0
Font.Color=255
END OBJECT `{ListBoxBox1}
Many thanks in advance!!!
Can anybody tell me how to set the background color of a listbox to black and the text color to white.
Here is my code, I cannot get it to work????
OBJECT ListBox1 AS ListBox
Left=0
Top=0
Width=150
Height=ScreenHeight - 25
TabOrder=0
Sorted=True
Color=0
Font.Color=255
END OBJECT `{ListBoxBox1}
Many thanks in advance!!!