-
图型处理代码,对位图的拉申.对位图像素的操作.
图型处理代码,对位图的拉申.对位图像素的操作.-map-handling code, the right bitmap Rafah Shen. Right bitmap pixels operation.
- 2022-05-17 23:43:51下载
- 积分:1
-
女鬼还魂――用VB编写怕怕的女鬼
女鬼还魂――用VB编写怕怕的女鬼-revive the ghost-- with the challenge of having to prepare the VB ghost.
- 2023-03-21 02:00:04下载
- 积分:1
-
对话框视图中添加按钮
资源描述视图中添加按钮 工具栏的使用 很好 对于初学肯定会有一定的帮助,希望和大家一起学习加油
- 2022-04-29 20:02:14下载
- 积分:1
-
我是做软件工程,计划到位,自旋控制使用,等。
我在做软件工程时,使用到位图、Spin控件、进度条、计时器4种控件。-I was doing software engineering, the use of plan in place, Spin Control, the progress of the four timer controls.
- 2022-09-01 07:45:03下载
- 积分:1
-
通过继承下拉框JComboBox来满足应用程序的特定需要,并在此基础上实现其他一些功能...
通过继承下拉框JComboBox来满足应用程序的特定需要,并在此基础上实现其他一些功能-through inheritance drop-down box JComboBox applications to meet the specific needs and, in this on the basis of other features
- 2022-08-16 09:10:03下载
- 积分:1
-
一个很有用的文件分割程序代码,可以分割不方便移动的大文件,推荐!...
一个很有用的文件分割程序代码,可以分割不方便移动的大文件,推荐!-a very useful document segmentation code can be inconvenient mobile division of document and recommend it!
- 2022-03-01 15:18:33下载
- 积分:1
-
这个界面里有托盘程序,还有关于对话框动态打开和隐藏的程序,很适合初学者参考....
这个界面里有托盘程序,还有关于对话框动态打开和隐藏的程序,很适合初学者参考.-the pallet interface there are procedures, but also on dynamic dialog open and hidden procedures, reference is very suitable for beginners.
- 2022-07-24 06:29:57下载
- 积分: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
-
类似DELPHI属性编辑的控件源码
类似DELPHI属性编辑的控件源码-similar attributes control the source code editor
- 2022-08-15 20:21:54下载
- 积分:1
-
js+css的lightbox代码,适合初学者使用
js+css的lightbox代码,适合初学者使用-js+ css the lightbox code, suitable for beginners to use
- 2023-01-08 04:40:03下载
- 积分:1