摘要:
m_p.SetRange(0,1000);m_p.SetStep(1);for (int i=0;i<1001;i++){m_p.SetPos(i);Sleep(10);MSG msg;while(PeekMessage(&msg,NULL,0,0,PM_REMOVE)){TranslateMessage(&msg);DispatchMessage(&msg);}}AfxMessageBox("OK"); 阅读全文
posted @ 2013-08-27 10:49
ahuo
阅读(2726)
评论(0)
推荐(0)
浙公网安备 33010602011771号