-
//开始通信录的用户界面操作
//菜单处理函数管理程序的用户界面操作
//显示记录
//查询记录
//添加记录
//保存记录...
//开始通信录的用户界面操作
//菜单处理函数管理程序的用户界面操作
//显示记录
//查询记录
//添加记录
//保存记录
//读取记录
//结束程序
//清空当前记录信息
//菜单选择函数
//显示表头-//Start communication recorded in the user interface operation// Menu handler management program" s user interface operation// Display records// query records// Add records// Save records// read record// end of the program// Clear the current Record Information// menu to select the function// display header
- 2022-07-12 11:42:57下载
- 积分:1
-
MFC线程控制
资源描述
创建线程
1、创建线程 AfxBeginThread();
2、线程函数 typedef UINT(AFX_CDECL *AFX_THREADPPOC)(LPVOID);
线程控制
1、暂停
2、继续
3、终止
说明
1、主线程一般用来做界面响应
2、线程函数声明(.h)
//线程函数声明
UINT DemoA(LPVOID pParam);//线程函数需设成全局的,不能写在类下(类下要做成静态函数)
UINT DemoB(LPVOID pParam);
UINT DemoC(LPVOID pParam);
3、线程函数定义(.cpp)
CWinThread* g_pThreadA;
BOOL g_bRunningA;//记录线程是否运行
//线程函数定义
UINT DemoA(LPVOID pParam)
{
for (int m = 1; m m_pMainWnd->m_hWnd,IDC_OUTPUT2, m,false);
Sleep(1000);
}
g_bRunningA = false;
g_pThreadA = NULL;
return 0;
}
UINT DemoB(LPVOID pParam)
{
for (int n = 1; n m_pMainWnd->m_hWnd, I
- 2023-05-28 17:40:24下载
- 积分:1
-
本例中,将制作一个可以使图标动画显示的应用程序。
本例中,将制作一个可以使图标动画显示的应用程序。-this case, will produce an animation icon can display applications.
- 2022-12-17 04:00:03下载
- 积分:1
-
This is a good original software code, I learned from the Internet, and do not k...
这是一个不错的软件原码,我从网上下的,不知道怎和以样,你们自已看看吧,我也不知道-This is a good original software code, I learned from the Internet, and do not know how to like, you own and watch it, I do not know
- 2023-08-03 11:00:03下载
- 积分:1
-
这是一个网页的模版,是我设计制作的 我想学java 还没有那么多的java 原码,先上传一个这个吧...
这是一个网页的模版,是我设计制作的 我想学java 还没有那么多的java 原码,先上传一个这个吧-This a website template, the design is the java I wanted to learn not so much java source, one of the first to upload it
- 2022-03-10 15:01:36下载
- 积分:1
-
jpeg. Lib is a C class to load, save, display, transform BMP, JPEG, GIF, PNG, TI...
jpeg.lib is a C++ class to load, save, display, transform BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K images.-jpeg. Lib is a C class to load, save, display, transform BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K images.
- 2022-06-20 08:39:08下载
- 积分:1
-
带预览的图像选择框,可以查看你所选择的的图像显在选择框上,很实用...
带预览的图像选择框,可以查看你所选择的的图像显在选择框上,很实用-with preview images selection box, you can view the choice of the images show the selection box, it is very practical
- 2023-02-09 20:20:03下载
- 积分:1
-
GDI+综合实例源代码(一)
精通GDI+编程的原创代码,个人编写的单文档,以菜单形式呈现 可以擦除屏幕,其中还有多线程调用,记事本、计算器、画图等工具的快捷菜单操作,希望对你有所帮助。
- 2022-08-25 19:59:21下载
- 积分:1
-
实现MTV字幕滚动扣图 字符叠加到视频上
实现MTV字幕滚动扣图 字符叠加到视频上-The achievement of MTV subtitles superimposed roll buckle map characters to video on
- 2022-01-30 14:20:54下载
- 积分:1
-
java用于航空订票系统,订票、查票,退款
是一个用java作的航空订票系统,可以订票,查票,退票-java is used for an air reservation systems, booking, ticket checkers, Refund
- 2022-02-21 03:57:25下载
- 积分:1