Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Background color of RichEdit20A (Only text covered)
#1
Hi,

How can I set the background color of richedit field completely...not only for the amount of text in it. (See attached image)

My code in dlg :
Code:
Copy      Help
    case WM_CTLCOLORSTATIC
    if(lParam=id(8 hDlg) or lParam=id(9 hDlg))
        SetBkColor wParam 0xffffff
        SetTextColor wParam 0x663300
        ret 0xffffff


Attached Files Image(s)
   


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)