My friends i would like to know how to change the text color that a user types in a TAEdit control..
I am trying to build a very simple text editor where a user has the option to change the text color or the bg color.
Thank you in advance for any help.
I search the forum about color change but nothing to use..
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form2 = GUICreate("I want to be a text editor", 663, 387, 200, 137)
$MenuItem1 = GUICtrlCreateMenu("Options")
$MenuItem2