-
演示图片的处理,将图片放大和翻转显示,并在窗体中显示出来,文件为ImgDemo.java...
演示图片的处理,将图片放大和翻转显示,并在窗体中显示出来,文件为ImgDemo.java-demonstration pictures, and photos to enlarge it overturned, and in the form revealed that documents ImgDemo.java
- 2022-07-27 08:53:56下载
- 积分: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
-
圆柱型进度条控件,可定制进度条颜色等多种界面效果。
圆柱型进度条控件,可定制进度条颜色等多种界面效果。-cylindrical progress of control, customizable color of the progress of various interface effects.
- 2022-04-06 19:04:28下载
- 积分:1
-
可以写出xp那样的界面4
可以写出xp那样的界面4-could write xp interface as 4
- 2022-09-20 01:55:03下载
- 积分:1
-
vb做的半透明窗体,响应控件事件的半透明窗体,不像其他半透明窗体,鼠标一点就透...
vb做的半透明窗体,响应控件事件的半透明窗体,不像其他半透明窗体,鼠标一点就透-vb to do semi-transparent form, to respond to control events in semi-transparent form, unlike other semi-transparent form, the mouse is all the penetration
- 2022-04-01 09:59:57下载
- 积分:1
-
在视图上如何加对话框,是如何在对话框中添加编辑框。
在视图上如何加对话框,是如何在对话框中添加编辑框。-In the view on how to increase the dialog box is how to add in the dialog box to edit box.
- 2022-07-13 23:54:31下载
- 积分:1
-
用户只要按提示输入存款数量、存款日期及存款类型就可得到利息值及
总额。该程序要求人机界面友好,在窗口下给出输入提示,当输入有误时提示重
输入...
用户只要按提示输入存款数量、存款日期及存款类型就可得到利息值及
总额。该程序要求人机界面友好,在窗口下给出输入提示,当输入有误时提示重
输入或退出。可循环计算任意次
-users are prompted to input the number of deposits, deposit dates and types of deposits will be of interest and value of the total. The procedural requirements of friendly interface, the window is given input prompts when the input is in error suggested re-importation or withdrawal. Calculations can be recycled random
- 2022-01-25 16:59:55下载
- 积分:1
-
C# database link to excess
大家好;
- 2022-05-27 12:12:20下载
- 积分:1
-
工程项目管理系统
资源描述这是一个关于项目管理系统的软件,用的语言是C#,可以做毕设用。
- 2022-06-02 11:24:31下载
- 积分:1
-
国外写的桌面融合软件
外国的桌面融合软件——源码,C++,内含文档,与原理介绍。-Desktop integration of foreign software- source, C++, containing documents, introduced with the principle.
- 2022-07-19 00:01:27下载
- 积分:1