CWnd *cw; cw = GetDlgItem(IDC_EDIT1); bool b = true; if (b) { cw->SetFocus(); }
控制离开焦点 定义一个BOOL型 然后就可以操控焦点是否可以离开