《windows核心编程》笔记(四)
摘要:
定时器示例: #include // The caption of our message boxTCHAR g_szCaption[] = TEXT("Timed Message Box");// How many seconds we'll display the message boxint g_nSecLeft = 0;// This is STATIC window control ID... 阅读全文
posted @ 2008-06-09 19:39 Phinecos(洞庭散人) 阅读(1072) 评论(1) 推荐(0) 编辑