-
VB at the time of the study, to achieve an electronic form, function is very sim...
在刚学习VB的时候,实现的一个电子表,功能很简单,但是很繁琐。-VB at the time of the study, to achieve an electronic form, function is very simple, but very cumbersome.
- 2022-02-20 09:24:35下载
- 积分:1
-
WPF示例Demo WPF示例源码
WPF示例Demo
- 2022-07-09 15:46:44下载
- 积分:1
-
用C#写的DataGrid增加很多功能,如按钮
用C#写的DataGrid增加很多功能,如按钮-written in C# DataGrid increase in the features, such as buttons
- 2022-05-16 18:32:33下载
- 积分:1
-
vc++ 拨号上网源码
一个c++做的拨号程序,可应用于普通拨号上网,也可添加vpn连接。内附源码可以做学习开发用
- 2022-03-11 08:42:23下载
- 积分:1
-
基于MFC,完全兼容CButton类。实现按钮的自定义图标显示、提示信息、背景自定义、文本自定义、按钮区域根据图形的前景图片显示等等的功能。...
基于MFC,完全兼容CButton类。实现按钮的自定义图标显示、提示信息、背景自定义、文本自定义、按钮区域根据图形的前景图片显示等等的功能。-MFC-based, fully compatible CButton category. Since achieving the button icon definition, a message, from the definition of background, text from the definition graphics buttons region under the prospects for pictures, etc. function.
- 2022-08-23 01:39:03下载
- 积分:1
-
Labview飞思卡尔上位机
此上位机为第九届飞思卡尔光电组所用的上位机,编写软件为Labview,有10路输入,也可手动控制输入通道数,可以观察波形,易于分析各种情况。
- 2023-04-06 18:05:03下载
- 积分:1
-
Student performance management system, using vc++. Net prepared. MFC dialog
学生成绩管理系统,用vc++.net编写的.基于对话框的MFC编程.包括教师设置,学生注册,学生登录,家长查询,学生查询等.-Student performance management system, using vc++. Net prepared. MFC dialog-based programming. Including teachers settings, student registration, students log on, parents query, student inquiries.
- 2022-05-26 04:25:43下载
- 积分: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
-
xp下的通讯录
本人第一次做的xp下的通讯录,希望对大家有帮助!里面有对mfc的控件的操作,各个控件之间怎么传值,各个界面之间如何传值,都有比较详细的介绍,而且还涉及到文件的读写操作,能学习到的东西还是十分多的啊。
- 2023-03-08 01:00:04下载
- 积分:1
-
good good good good good good good good
-good good good good good good good good
- 2022-02-04 08:51:44下载
- 积分:1