I need to change the background color of my dialogbox.
At the moment, I'm using CBrush::CreateSolidBrush() followed by CPaintDC::Rectangle().

Is there better/ proper way to do this ?