實時顯示系統時間

CTime time; CString m_time; void CtimeDlg::OnBnClickedButton1() { // TODO: 在此添加控件通知處理程序代碼 SetTimer(1,1000,NULL); } void CtimeDlg::OnTimer(UINT_PTR nIDEvent) { // TODO: 在此添加消息處理程序代碼和/或調用默認值
相關文章
相關標籤/搜索