-
tree结构,树形结构的实现,包括权限的设置
tree结构,树形结构的实现,包括权限的设置-tree structure, tree structure realization, including permissions settings
- 2022-03-07 04:14:44下载
- 积分:1
-
雁过留声,人过留名。鼠标过留下什么呢?留下彩色的回忆。本程序示例了ie风格的按钮。当鼠标通过时可以突出显示,风格独特。...
雁过留声,人过留名。鼠标过留下什么呢?留下彩色的回忆。本程序示例了ie风格的按钮。当鼠标通过时可以突出显示,风格独特。-Yanguoliuqing, people who go down. Mouse over left? Left color memories. Examples of this procedure ie style button. When the mouse can be highlighted and unique style.
- 2022-03-15 14:31:46下载
- 积分:1
-
微软代理的应用程序
关于microsoft agent 的应用-microsoft agent on the application
- 2022-05-20 10:42:16下载
- 积分:1
-
超级换肤控件!皮肤比许多人强!被称为“可怕”的控制…
超级换肤控件!比Skin++等等要强很多!这个控件叫Directskin 他是一个外国人写的界面控件,功能很大. 支持VB VB.NET C# VC++
Delphi 支持所有控件,因为是原自WindowsBlinds的,更重要的是它支持WindowsBlinds的
皮肤,也就是说有超多的皮肤资源-Super Eurocargo control! Skin stronger than many so on! The controls called Directskin he is a foreigner to write interface controls, functions much. VB.NET support VB VC Delphi C# support all controls, as is the original since WindowsBlinds, more importantly, it supports WindowsBlinds skin, which means the number of skin-resources
- 2022-08-13 20:29:27下载
- 积分:1
-
重绘组合框控件,很好用。真的很好。
重绘组合框的控件,很好用的。真的非常好用的。-Redraw combo box control, very good use. Really nice.
- 2023-06-20 14:20:03下载
- 积分:1
-
隐藏桌面图标的工具,通过findwindow操作,代码相当简洁,适合初学者。...
隐藏桌面图标的工具,通过findwindow操作,代码相当简洁,适合初学者。-hide desktop icons tool that findwindow operation, code is simple and suitable for beginners.
- 2022-04-09 19:01:39下载
- 积分: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
-
c#做的一个xp_2K下的门禁代码,比如是机房管理系统,需要用户以及密码才能登陆进系统的门槛。学习交流!...
c#做的一个xp_2K下的门禁代码,比如是机房管理系统,需要用户以及密码才能登陆进系统的门槛。学习交流!-do a xp_2K under the doors code, for example, is the engine room management system, requiring the user and password to log into the system threshold. Study exchanges!
- 2022-01-28 02:32:26下载
- 积分:1
-
软件度量工具用于分析用例图(XML文件)的复杂度
软件度量工具用于分析用例图(XML文件)的复杂度。用例图有powerdesigner绘制,对用例图的xml文件进行xml解析。计算用例等的数量。最后根据公式直接计算得到用例图的复杂度
- 2023-01-25 05:30:04下载
- 积分:1
-
数字编辑框
这个是自己编写的只能填写数字的编辑框,基于MFC的,经过自己测试通过,并且在多个项目中使用过。
- 2022-11-16 16:10:03下载
- 积分:1