Rodger Posted January 16, 2008 Posted January 16, 2008 Hello, I have the following: $C1 = _GUICtrlEdit_AppendText($MessageBox, " Prio 1 ") $C2 = _GUICtrlEdit_AppendText($MessageBox, " Prio 2 ") GUICtrlSetColor($C1, $COLOR_RED) GUICtrlSetColor($C2, $COLOR_BLUE) But it doesn't work. every line appears in blue instead of the first one in red and the second in blue. Is there any way to accomplish this? Thkx, Rodger
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