Hi Ketil
I coding a new Addin for Radasm3 and i use the RaEdit control all works fine
But with set the color to this control have i little problems.
mov ebx,lpHandles
invoke SendDlgItemMessage,hWin,IDC_RAECODE,REM_SETFONT,0, addr (ADDINHANDLES ptr[ebx]).racf
mov ebx,lpData
invoke SendDlgItemMessage,hWin,IDC_RAECODE,REM_SETCOLOR,0,addr (ADDINDATA ptr[ebx]).radcolor.racol
Greets,