I have several controls on a dialog box. I am able to make each of the fonts differnt on the controls by using the SendDlgItemMessage function for each of the controls. I can also change the text in the button with this method. Is there any message I can send to the control to set the background color of the control while I am initializing the other properties??