How do I change the background color of an edit box using a Win32 api(From the help file, i think i would need to handle the WM_CTLCOLOREDIT message, but im not sure) also I cannot get my edit controls to recognize the '\n' end of line character they just display a black box. How can I get the edit box to accept carraige returns?.