Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dialog background color
#4
Use one of these messages depending on control type:

WM_CTLCOLOREDIT
WM_CTLCOLORLISTBOX
WM_CTLCOLORBTN
WM_CTLCOLORSCROLLBAR
WM_CTLCOLORSTATIC

lParam is control handle. If you need id, use function GetDlgCtrlID.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)