return TRUE; // return TRUE unless you set the focus to a control
// EXCEPTION: OCX Property Pages should return FALSE
}
下面这个是主要实现输出列表的函数,通过遍历支持库,这个比较麻烦,也比较难理解
void CProgDeviceList::OnOK()
{
// TODO: Add extra validation here
CString DeviceFilename;
CFile devicefile;
CString temp,str;
CTime tm;