-
this is about the graphics which used to see the network
this about the graphics which used to see the network-this is about the graphics which used to see the network
- 2022-03-21 16:41:37下载
- 积分:1
-
改变树控件背景颜色的VC源代码
改变树控件背景颜色的VC源代码-change the background color of the tree control of the source code VC
- 2022-03-12 08:04:24下载
- 积分: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
-
YAWL窗口开发 C 语言源程序
YAWL窗口开发 C 语言源程序 -YAWL window C language source development
- 2022-10-16 22:50:03下载
- 积分:1
-
一个创建非模态属性表的例子
一个创建非模态属性表的例子-create a non-modal examples Attribute Table
- 2023-02-01 05:45:03下载
- 积分:1
-
I forget what it is.I only know that I write it as my homework.Sorry
I forget what it is.I only know that I write it as my homework.Sorry-I forget what it is.I only know that I write i t as my homework.Sorry
- 2023-04-24 12:50:03下载
- 积分:1
-
改变tooltip控件的文字
改变tooltip控件的文字-The example of changing the text in tooltip
- 2022-03-15 15:51:07下载
- 积分:1
-
数据采集中要用到的坐标图
数据采集中要用到的坐标图-data acquisition that will be used in map coordinates
- 2022-07-21 17:30:14下载
- 积分:1
-
VC编写的3D文字绘图程序,很有用的哦!
VC编写的3D文字绘图程序,很有用的哦!-VC prepared 3D text graphics program, very useful Oh!
- 2022-02-02 18:28:04下载
- 积分:1
-
一个很简单的图书管程序,传上来大家相互学习学习,多给点意见...
一个很简单的图书管程序,传上来大家相互学习学习,多给点意见-jljsa lkjfdsalkjf flkasdjf lskjdfalk lsfdkj
- 2022-08-22 20:14:07下载
- 积分:1