-
一个能够实现像windows资源管理器的模拟资源管理器源代码
一个能够实现像windows资源管理器的模拟资源管理器源代码-to achieve as a resource management windows Simulation of resource management for source code
- 2023-04-16 06:40:03下载
- 积分:1
-
这是个自绘菜单的界面,如果要使用的话,最好自己重新设计一下图片资源。...
这是个自绘菜单的界面,如果要使用的话,最好自己重新设计一下图片资源。-This is a self-drawn menu interface, if you want to use, the best resources of its own redesigned look at pictures.
- 2022-06-21 06:06:59下载
- 积分:1
-
一些C++的源码,有兴趣的可以看看
一些C++的源码,有兴趣的可以参看-Some C++ The source, who are interested can see
- 2022-03-23 04:45:20下载
- 积分: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
-
检查 keyyboard 和鼠标空闲
delphi 程序使用窗口的 api,请检查 keyyboard 和鼠标空闲
- 2022-12-20 13:50:03下载
- 积分:1
-
一套office2003界面风格控件
一套office2003界面风格控件 -a office2003 style interface controls
- 2022-02-02 07:45:41下载
- 积分:1
-
定时器的应用 定时器可以每经过一定的时间间隔就被触发一次,进而完成一次响应...
定时器的应用 定时器可以每经过一定的时间间隔就被触发一次,进而完成一次响应-application of the timer every timer can take a certain time interval has been a trigger, then completed a response
- 2022-04-30 10:50:51下载
- 积分:1
-
图像对比度改变类,发VC实现之
图像对比度改变类,发VC实现之-image contrast change categories, the realization of VC
- 2023-08-22 00:05:04下载
- 积分:1
-
A small calculation software, used for supporting the experiment, the interface...
一个小计算软件,用来辅助实验用的,界面简单,代码简介,简单易用,可作为相关功能参考-A small calculation software, used for supporting the experiment, the interface is simple, code profiles, easy to use, can be used as reference to the relevant functions
- 2022-03-22 14:31:55下载
- 积分:1
-
Qt 黑白棋
Qt下的黑白棋游戏,希望与大家交流主要是界面上的尝试与信号与槽系统的使用广大Qt初学者可以从中获益,了解Qt的简单使用技巧
- 2022-05-05 08:17:59下载
- 积分:1