-
在应用程序之间进行拖放操作
在应用程序之间进行拖放操作-in applications between drag and drop
- 2022-03-03 08:21:45下载
- 积分:1
-
seegrer UC GUI +试验项目视觉stuidio
seegrer UC GUI +试验项目视觉stuidioUCGUI是在系统应用的嵌入式图形支持。它是专为任何应用程序使用的液晶图形显示提供了高性能的
- 2023-05-31 03:15:04下载
- 积分:1
-
一个支持编辑与下拉列表功能的属性列表控件。
一个支持编辑与下拉列表功能的属性列表控件。-an editor with the support of the drop-down list of functional attributes Control List.
- 2022-06-27 22:31:12下载
- 积分:1
-
一个企业内部用的聊天软件,希望大家多多指点
一个企业内部用的聊天软件,希望大家多多指点-an internal enterprise chat software, we hope that many instructions
- 2022-06-17 09:57:02下载
- 积分:1
-
This is a website for the production of the guides, can help beginners quickly m...
这是一个关于网页制作方面的教程,可以帮助初学者快速的掌握网页制作的方法。值得收藏。-This is a website for the production of the guides, can help beginners quickly master pages approach. Worthy collection.
- 2022-02-22 11:08:47下载
- 积分: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
-
简单的小程序,实现的是随机出10道四则运算的题目,同时可以批改和打分。主要在界面方面花了点时间...
简单的小程序,实现的是随机出10道四则运算的题目,同时可以批改和打分。主要在界面方面花了点时间-simple small programs to achieve the 10 random out four computing topics, but can also mark and scoring. The main interface spent time
- 2023-07-06 00:20:03下载
- 积分:1
-
vc开发的精美界面.zip
vc开发的精美界面.zip-vc development of the interface beautifully. Zip
- 2022-02-25 18:22:29下载
- 积分:1
-
很不错的一个界面控件,使用起来也很方便,美化了VC中的标准界面...
很不错的一个界面控件,使用起来也很方便,美化了VC中的标准界面-A very good interface controls, is also very convenient to use, landscaping standards in the VC interface
- 2022-12-27 03:15:03下载
- 积分:1
-
VC was a CMFECToolTip categories to achieve the floating mouse suggest function,...
用VC写了一个CMFECToolTip类来实现浮动的鼠标提示功能,它能捕捉鼠标信息,当鼠标在设定的控件上停留时会显示彩色文本。-VC was a CMFECToolTip categories to achieve the floating mouse suggest function, it can catch mice information, when the mouse in the control set to stay on the text color will be displayed.
- 2022-03-20 05:31:45下载
- 积分:1