friends Posted February 25, 2007 Posted February 25, 2007 I wonder how can I colour the fonts that inside GuiListView() ? And also, how to set background colour for a specific column in GuiListView() ? Pls help... Thankjs
nerdgerl Posted March 1, 2007 Posted March 1, 2007 Put the following directly under a group of list items. GUICtrlSetBkColor(-1,CHOSENCOLOR) ; Like 0xFFFFFF GUICtrlSetFont(-1, 11, 400, CHOSENFONT); Like "Comic Sans MS" GUICtrlSetColor(-1,CHOSENFONTCOLOR) ; Like 0x008008 My AutoIT's:[topic="53958"]Personal Encyclopedia/Dictionary[/topic][topic="46311"]MS Access (Style) Database[/topic]"Some people are born on third base and go through life thinking they hit a triple."
November Posted March 1, 2007 Posted March 1, 2007 Dont forget that the color must be choose after the treeviewitem. hehehe i had that issue... LOL Cheers Old Scriptology Visual Ping 1.8 - Mass Ping Program with export to txt delimited. Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code. Desktop 2 RGB - Pick a color in the desktop and get the RGB code. ShootIT 1.0 - Screen Capture full and partial screen [font="'Arial Black';"]Remember Remember The Fifth of November.[/font]
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