// Set the icon for this dialog. The framework does this automatically
// when the application's main window is not a dialog
SetIcon(m_hIcon, TRUE); // Set big icon
SetIcon(m_hIcon, FALSE); // Set small icon
CenterWindow(GetDesktopWindow()); // center to the hpc screen
return TRUE; // return TRUE unless you set the focus to a control
}
就是一个检查框的控件,点上了,就存到文件里一个消息CString字符串,再把对号点没,就存进去零长度的空字符串,我现在想实现的,一旦上次点完了,下次再点,如果里面有字符串,这个检查框控件就显示出对号,如果字符串是零长度的,就不显示那个对号。大概就这个意思。 上面是我写的代码。