Jump to content

Recommended Posts

Posted

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

Posted

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."

Posted

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]

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...