Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Text in multiline edit with background color not properly refreshing
#2
remove SetBkMode wParam TRANSPARENT
 also don't need 

case EN_CHANGE<<16|3 ;; This works, but is this correct?
,,InvalidateRect id(3 hDlg) 0 0

this is all you need
Code:
Copy      Help
,case WM_CTLCOLOREDIT
,if(lParam=id(3 hDlg))
,,SetTextColor wParam textcolor
,,SetBkColor wParam backcolor
,,ret t_hbrush


Messages In This Thread
RE: Text in multiline edit with background color not properly refreshing - by Kevin - 03-04-2021, 04:20 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)