-
一个创建非模态属性表的例子
一个创建非模态属性表的例子-create a non-modal examples Attribute Table
- 2023-02-01 05:45:03下载
- 积分:1
-
Very good financial management system which we should look at and reference Oh
很不错的财务管理系统,值得大家看看和参考哦-Very good financial management system which we should look at and reference Oh
- 2022-08-14 05:13:30下载
- 积分:1
-
基于TK资源数据库的GUI设计,文中研究基于 资源数据库的 设计。首先给出资源的定义,讨论了资源数据库的
+,...
基于TK资源数据库的GUI设计,文中研究基于 资源数据库的 设计。首先给出资源的定义,讨论了资源数据库的
+, -./
作用及其管理,然后以用户自定义菜单为例说明如何用该数据库定制应用程序图形界面。-文中研究基于 资源数据库的 设计。首先给出资源的定义,讨论了资源数据库的
+,-./
作用及其管理,然后以用户自定义菜单为例说明如何用该数据库定制应用程序图形界面。
- 2022-06-21 04:22:51下载
- 积分:1
-
程序员经常为在程序中设计进度条而烦恼,这个程序演示了如何简单的在status bar中的实现进度条。...
程序员经常为在程序中设计进度条而烦恼,这个程序演示了如何简单的在status bar中的实现进度条。- The programmer frequently for designs the progress strip in the
procedure but the worry, did this procedure demonstrate has been how
simple in the status bar realization progress strip.
- 2022-03-10 11:22:25下载
- 积分:1
-
A dock, and can be automatically hidden, and can be peeling the OutLookBar. I th...
一个可停靠的、可自动隐藏的、并且可以换肤的 OutLookBar。我认为如果制作一个可以停靠的 OutLookBar 一定非常酷 。-A dock, and can be automatically hidden, and can be peeling the OutLookBar. I think if you can make a docked OutLookBar be very cool.
- 2023-05-10 18:20: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
-
图像采集程序,用于图像采集卡采集图像。主要是界面设计方面以及线程之类的...
图像采集程序,用于图像采集卡采集图像。主要是界面设计方面以及线程之类的-image acquisition procedures for image acquisition card collecting images. Interface design is the main aspects of such threads
- 2022-02-03 11:11:18下载
- 积分:1
-
使用加速度传感器的手势识别
gesture recognition by using accelerometer sensors
- 2023-07-27 15:10:03下载
- 积分:1
-
information security of the RSA algorithm, simple interface, the full range of f...
信息安全中的RSA算法,界面简单明了,功能齐全-information security of the RSA algorithm, simple interface, the full range of functions
- 2022-12-20 16:40:16下载
- 积分:1
-
实现了界面最小化到托盘的例子,适合初学者借鉴。
实现了界面最小化到托盘的例子,适合初学者借鉴。-Achieved to minimize the interface to the example tray, suitable for beginners learn.
- 2022-03-06 11:09:15下载
- 积分:1