mike2003 Posted January 5, 2020 Posted January 5, 2020 (edited) _GUICtrlRichEdit_GetCharBkColor return 0, but 0 = black for _GUICtrlRichEdit_SetCharBkColor I need to remove all the color for the background. _GUICtrlRichEdit_SetCharBkColor($hRichEdit2, Dec('FFFFFF')) But I'm not happy with pouring white FFFFFF. I just want to make the background color as it is at the beginning by default. Edited January 5, 2020 by mike2003
mike2003 Posted January 5, 2020 Author Posted January 5, 2020 understood myself _GUICtrlRichEdit_SetCharColor($hRichEdit2, Default)
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