Jump to content

Search the Community

Showing results for tags 'text color edit list'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. Hi all, I am wondering if the re is a way to color single lines of text in a specific color within an edit or list control. Whenever I tried sth like: GUICtrlSetColor($EditControlHandle, 0xFF0000) GUICtrlSetData($EditControlHandle, "Add a line of just text", 1) GUICtrlSetColor($EditControlHandle, 0x00FF00) GUICtrlSetData($EditControlHandle, "Add another line of just text", 1) GUICtrlSetColor($EditControlHandle, 0x0000BB) GUICtrlSetData($EditControlHandle, "Add yet another line of just text", 1) I was at best getting the whole text of the edit control colored blue. What i try to get is "Add a line of just text" in green, "Add another line of just text" in red and "Add yet another line of just text" in blue. List Control would be OK as well. How can I do this? Would it be possible to even color parts of a line in the edit/list data in a specific color? Thanks all in advance! A
×
×
  • Create New...