Ghost21 Posted February 20, 2008 Posted February 20, 2008 (edited) When populating a compbo box if the number is greater then 100 make text RED , 50 -> 99 YELLOW , and 0 to 49 make it GREEN .... Is this possible ??? Edited February 20, 2008 by Ghost21
James Posted February 20, 2008 Posted February 20, 2008 GUICtrlSetColor() Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Ghost21 Posted February 20, 2008 Author Posted February 20, 2008 GUICtrlSetColor()Crap really... Thanks....
weaponx Posted February 20, 2008 Posted February 20, 2008 Only Button, Label, Checkbox, Group, Radio, Edit, Input, List, Listview, ListviewItem, Treeview, TreeviewItem, Graphic and Progress controls can currently be colored.
James Posted February 20, 2008 Posted February 20, 2008 Ahh damn. User drawn then? GDI? Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
Ghost21 Posted February 20, 2008 Author Posted February 20, 2008 Ahh damn. User drawn then? GDI?aHH crap ... I was wondering why it wasn't working...
Ghost21 Posted February 21, 2008 Author Posted February 21, 2008 IS there another way I can color the text in a combo box ???
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now