mzy1999

导航

 

2020年8月26日

摘要: 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 阅读(195) 评论(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 阅读(895) 评论(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 阅读(186) 评论(0) 推荐(0) 编辑
 
摘要: long timeymd; CTime time(timeymd); int y = time.GetYear (); .... int s = GetSecond(); 阅读全文
posted @ 2020-08-26 15:24 mzy1999 阅读(179) 评论(0) 推荐(0) 编辑