-
一个用VC++6.0编写的控件,该控件可以插入图片,选择框等各种功能,并有打印和打印预览功能....
一个用VC++6.0编写的控件,该控件可以插入图片,选择框等各种功能,并有打印和打印预览功能.-a VC 6.0 prepared by the controls, the controls can insert pictures, choose frames and other functions, and the Print and Print Preview function.
- 2022-04-11 03:07:29下载
- 积分:1
-
超级联接控件(象html文件里的超级连接功能)
超级联接控件(象html文件里的超级连接功能)-Supper attach control
- 2022-10-21 09:00:03下载
- 积分:1
-
用vb编的一个小程序 希望大家喜欢
用vb编的一个小程序 希望大家喜欢-vb series with a small program hope you like
- 2023-03-20 23:10:03下载
- 积分:1
-
Visual C TreeView control the use of
Visual C++中树形视图控件的使用-Visual C TreeView control the use of
- 2022-03-29 01:24:49下载
- 积分:1
-
生成人工地震波程序
生成人工地震波程序-artificial seismic waves generated procedures
- 2022-03-19 15:45:46下载
- 积分:1
-
Display ToolTip in any place on the screen is what I find online, and belongs to...
Display ToolTip in any place on the screen
是我在网上找的,版权归原作者所有。-Display ToolTip in any place on the screen is what I find online, and belongs to original author.
- 2023-02-17 01:35:04下载
- 积分:1
-
VC源代码其它vckbproj.zip工程示例程序,方便大家查看!
VC源代码其它vckbproj.zip工程示例程序,方便大家查看!-VC source Other vckbproj.zip engineering sample program to facilitate View!
- 2023-05-28 05:20:03下载
- 积分:1
-
该程序完成(7,3)循环码的编码功能,并验证子
该程序完成(7,3)循环码的编码功能以及校验子译码功能,有良好的中文交互界面-The program is completed (7,3) cyclic code encoding functions, and verify sub-decoding functions, has a good Chinese language interface
- 2022-08-13 23:14:51下载
- 积分: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
-
可以把任意文字变成窗体的形状.增加特色
可以把任意文字变成窗体的形状.增加特色 -can become arbitrary text window shapes. Special feature
- 2022-02-06 02:56:08下载
- 积分:1