摘要:
在Dialog中添加一个Timer。 用如下的代码停用一个Timer总是不好用: void CDialog2::OnTimer (UINT TimerVal) { ////////////////////////////////////////////// // // Stop the timer // ... 阅读全文
posted @ 2018-02-04 12:05
今夜太冷
阅读(1773)
评论(0)
推荐(0)
摘要:
Timer Events in MFC Applications Event timers are always handy to have around and useful in nearly every project. When a timer is readily available, s 阅读全文
posted @ 2018-02-04 11:55
今夜太冷
阅读(255)
评论(0)
推荐(0)