Thursday, October 25, 2007

Set Default Font to any MFC Control

// Set the Default font to the Window

::SendMessage(this->m_hWnd, WM_SETFONT, WPARAM(GetStockObject(DEFAULT_GUI_FONT)), LPARAM(TRUE));

No comments: