摘要:
CBegin dlg; if(dlg.DoModal()!=IDCANCEL) { OnOK(); }BOOL CBegin::OnInitDialog() { CDialog::OnInitDialog(); // TODO: Add extra initialization here SetTimer(1, 2000, NULL); //1:Specifies a nonzero timeridentifier //2000:Specifies the time-out... 阅读全文
posted @ 2012-11-14 15:39
pythonschool
阅读(622)
评论(0)
推荐(0)