-
圆柱型进度条控件,可定制进度条颜色等多种界面效果。
圆柱型进度条控件,可定制进度条颜色等多种界面效果。-cylindrical progress of control, customizable color of the progress of various interface effects.
- 2022-04-06 19:04:28下载
- 积分:1
-
VC界面程序,程序已编译,可直接运行,欢迎执教
VC界面程序,程序已编译,可直接运行,欢迎执教-VC interface procedures, procedures have been compiled, can be directly run, welcome coaching
- 2022-08-11 05:16:03下载
- 积分:1
-
through an interface birdie
一个走过界面的小鸟-through an interface birdie
- 2022-05-09 04:41:10下载
- 积分:1
-
一棵树要控制和控制列表组合的控制,非常方便!
一个将树形控件与列表控件相结合的控件, 非常好用!-a tree to control and Control List combination of control, very handy!
- 2022-03-12 07:37:02下载
- 积分:1
-
按Ctrl+Alt+Del键找不到本程序
按Ctrl+Alt+Del键找不到本程序-by Ctrl Alt Del keys can not find this procedure
- 2022-03-04 19:15:57下载
- 积分:1
-
一个很好的VB程序是关于成绩查寻的.大家看看给些意见.
一个很好的VB程序是关于成绩查寻的.大家看看给些意见.-a good VB program is on the search results. We look to these views.
- 2022-05-11 01:32:49下载
- 积分:1
-
显示内寸使用情况和CPU占用比例的图形类,在天极网上下的,经过部分修改...
显示内寸使用情况和CPU占用比例的图形类,在天极网上下的,经过部分修改-show RAM usage and CPU utilization ratio of the graphics category, Inc. in the Internet, after some changes
- 2023-04-17 22:15:02下载
- 积分: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
-
Highlight the source code program, source code can be converted into HTML docume...
源代码高亮程序,可以将源代码转换成HTML文件,并具有高亮效果-Highlight the source code program, source code can be converted into HTML documents, and have highlighted the effect of
- 2022-08-02 22:19:09下载
- 积分:1
-
类似Dreamweaver的颜色选择器,适用于需要改变颜色设置的软件
类似Dreamweaver的颜色选择器,适用于需要改变颜色设置的软件-similar to the color of choice for use in color need to change the software installed
- 2022-08-16 20:15:07下载
- 积分:1