Yesterday I described a very real bug in some of the Windows UI. CControlLayout::CControlLayout( const HWND hWndControl, const HWND hWndDlg) : m_hWnd(hWndControl) , m_hWndDlg(hWndDlg) { // Get the parent (dialog) rect, and the control rect ::GetClientRect(m_hWndDlg,
Read More...