I'm guessing that you are seeing the System font which looks very old. Try m_pEdit->ModifyStyleEx(0, WS_EX_CLIENTEDGE, 0); m_pEdit->SetFont(&newfont); m_pEdit->SetWindowText(strText); where newfont is a CFont that you find acceptable. Paul Hooper If you spend your whole life looking over your shoulder, they will get you from the front instead.