在OnInitDialog中用
SetDefID(IDC_BUTTON1);
GetDlgItem(IDC_BUTTON1)->SetFocus();
然后将返回值改为False, return False;
// return TRUE unless you set the focus to a control这是VS2005中的提示语句.
在OnInitDialog中用
SetDefID(IDC_BUTTON1);
GetDlgItem(IDC_BUTTON1)->SetFocus();
然后将返回值改为False, return False;
// return TRUE unless you set the focus to a control这是VS2005中的提示语句.