-
the cases on how to imitate the Windows task bar effect.
本例介绍如何模仿Windows任务栏效果。-the cases on how to imitate the Windows task bar effect.
- 2022-05-30 21:20:17下载
- 积分:1
-
Visual Basic to use technology to achieve the effect of the interface blinds is...
使用Visual Basic 技术实现了界面的百叶窗效果,是一个用VB开发多媒体界面的示范代码-Visual Basic to use technology to achieve the effect of the interface blinds is to use VB to develop a multimedia interface, the Model Code
- 2022-06-01 23:11:11下载
- 积分:1
-
CHtmlView 网页操作
简单小程序,使用CHtmlView类浏览网页,同时解决了新网页在同一个view里打开。同时也尝试修改网页元素值
- 2022-05-22 22:49:54下载
- 积分:1
-
kutty 选项卡式连接
腻子源将提供腻子源将提供 connectionsPutty 源 opensouece 设施将提供 connectionsPutty 源 opensouece 设施将提供 connectionsPutty 源 opensouece 基金将提供 connectionsPutty 源 opensouece 基金将提供 connectionsPutty 源的 opensouece 设施将提供 connectionsPutty 源的 opensouece 设施将提供 connectionsPutty 源的 opensouece 设施将提供 connectionsPutty 源的 opensouece 设施将提供 opensouece 设施连接的 opensouece 设施源为 connectionsPutty 提供连接的 opensouece 设备
- 2023-02-13 19:20:04下载
- 积分: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
-
用vc++编的一个小网页浏览器
用vc++编的一个小网页浏览器-vc series with a small Web browser.
- 2022-02-18 15:16:09下载
- 积分:1
-
自己动手制作廉价MP3播放器 2004
自己动手制作廉价MP3播放器 2004-10-29 10:27:33 作者:南开大学 廖日 坤 李宁宇 黄小惠 来源:21IC...图3是用VB实现MP3播放器的下载软件-have to make their own cheap MP3 player 2004-10-29 21:13:39 Author : Nankai University, Liao Ning Li Yu-kun Huangxiaohui Source : Figure 3 21IC ... VB is the MP3 download software
- 2022-06-17 18:02:11下载
- 积分:1
-
金山类窗口
金山词霸那样的窗口条-Kingsoft kind of window of
- 2022-02-13 12:25:02下载
- 积分:1
-
一个简单的mfc菜单编辑程序
一个简单的界面编程,实现添加了一个菜单按钮,并对它的函数做出响应。菜鸟级的只能提供出这种菜鸟级的编程,望莫见怪,谢谢!
- 2022-04-06 14:23:47下载
- 积分:1
-
软plc梯形图
使用vc对plc编程界面进行设计,能够实现从梯形图到指令表的转化!软件PLC 系统是由开发系统和运行系统两部分组成,软件PLC 开发系统实际上就是集编辑、调试和编译与一体的PLC编程器!
- 2023-06-11 09:35:05下载
- 积分:1