Hi all, I would like to change the color of a specific text item in my gui but am unsure how to do this.
Here's how I make the text:
Gui, Add, Text, y%yPos% x%xPos% vSelectASegment, Select a Segment
I can change the string using this command:
guiControl, , SelectASegment, Select a Segment - Updated!
Does anyone know the command to change the color of that text item?
Thank you for your help.
- Mike