OHPen
January 29th, 2008, 13:46
Hey everyone,
actually i contiune my work on GPE (Generic Plugin Engine) and i have some probs with a log window:
this is the code to colorize in WM_CTLCOLOREDIT of my log field :
everything works fine the field is black and the color yellow. but a problem occurs when i delete characters. only if i delete a whole line the chars are delete but if i only delete a few chars there are not deleted
Any idea ??
Thx
actually i contiune my work on GPE (Generic Plugin Engine) and i have some probs with a log window:
this is the code to colorize in WM_CTLCOLOREDIT of my log field :
Code:
push 0x00000001
push dword[wparam]
call [SetBkMode]
push 0x0000FFFF
push dword[wparam]
call [SetTextColor]
push 0x00000000
call [CreateSolidBrush]
everything works fine the field is black and the color yellow. but a problem occurs when i delete characters. only if i delete a whole line the chars are delete but if i only delete a few chars there are not deleted
Any idea ??
Thx