摘要:
1 DWord dwStart = GetTickCount(); 2 DWord dsEnd = dwstart; 3 4 do{ 5 MSG msg; 6 GetMessage(&msg,NULL,0,0); 7 TranslateMessage(&msg); 8 DispatchMessage 阅读全文
posted @ 2020-08-26 19:33
mzy1999
阅读(200)
评论(0)
推荐(0)
摘要:
strtol, wcstol Convert strings to a long-integer value. RoutineRequired Header strtol <stdlib.h> wcstol <stdlib.h> long strtol( const char *nptr, char 阅读全文
posted @ 2020-08-26 19:29
mzy1999
阅读(916)
评论(0)
推荐(0)
摘要:
1.应用程序目录包含DirectUiLib 2.App中 Initinstance CPaintManagerUI::SetResourceInsatanc(m_nInstance) 3.对话框中加入Picuture控件 OnInitDlg中加入: CRect rt; GetDlgItem(IDC_ 阅读全文
posted @ 2020-08-26 19:23
mzy1999
阅读(210)
评论(0)
推荐(0)
摘要:
long timeymd; CTime time(timeymd); int y = time.GetYear (); .... int s = GetSecond(); 阅读全文
posted @ 2020-08-26 15:24
mzy1999
阅读(195)
评论(0)
推荐(0)
浙公网安备 33010602011771号