-
我的一个传口的小例子,一起分享!其中一些功能我以为还是费了一些脑筋的哦:)...
我的一个传口的小例子,一起分享!其中一些功能我以为还是费了一些脑筋的哦:)-my mouth-a small example, share! Some functions, I think that some of the charges or having oh :)
- 2022-03-20 02:24:42下载
- 积分:1
-
load resources from the skin
从资源中加载皮肤――使用免费界面库 AppFace For VC 0.2 美化您的软件。-load resources from the skin-- use free interface library AppFace For VC 0.2 beautify your software.
- 2022-01-25 23:00:48下载
- 积分:1
-
对vc中的常用界面进行编程、同时对常用的出错信息进行描述,...
对vc中的常用界面进行编程、同时对常用的出错信息进行描述,-right vc the common programming interface, while the commonly used descriptive error messages,
- 2023-06-12 00:25:02下载
- 积分:1
-
windwos的制备过程框架,沿着窗户的线是水。
编写Windwos框架程序,仿照Windows自带的记事本程序界面,添加菜单,添加加速键资源,添加“关于”对话框,更改程序图标为自己的个性化图标等。-Windwos framework of the preparation process, along the lines of Windows comes with Notepad program interface, add the menu, add resources to speed up the key, add " About" dialog box, change the program icons for their own personalized icons.
- 2022-07-06 22:21:22下载
- 积分: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
-
高效数码管显示控件,能够显示正负号,能够显示小数点,可更改颜色,可以有两种显示方式。...
高效数码管显示控件,能够显示正负号,能够显示小数点,可更改颜色,可以有两种显示方式。-Efficient Digital Display Control, it will show positive and negative, it will show a decimal point, can change the color, there are two formats.
- 2022-06-11 22:24:43下载
- 积分:1
-
仿真数字 LED 显示控件 关键字:图形 显示 LED 控件 图形 来 自:原创 深浅度:初级 发布时间:2005
仿真数字 LED 显示控件 关键字:图形 显示 LED 控件 图形 来 自:原创 深浅度:初级 发布时间:2005-4-4 分 类:图形 发布者:mosane 更新时间:2005-4-4 语 种:简体中文 编辑器:DELPHI7 平 台:Win9x,Win2k/XP/NT,Win2003 下载浏览:219/836 作品源代码: 本地电信HTTP下载 软件或演示: - 代码大小: 13.0K 软件大小: - BT搜索客 最新、最快的BT种子搜索工具 文字广告招商 ¥80/月 在线打长途座机只要1毛8 仿真数字 LED 显示,简单易用。 注 意: 本站原创作品,未经作者许可,严禁任何方式转载! 本站转载作品,如果侵犯了您的权益,请联系我们! 相关文章 仿真数字 LED 显示控件 mosane 2005-4-42005-4-4 下载/浏览+219/837 评论+2 LedScreen v2.5 (模拟液晶显示屏) netbat 2001-8-12004-2-13 下载/浏览+456/4217 评论+7 相关评论 共有评论2条 当前显示最后2条评论 haha2002 2005-4-5 9:28:42 非常实用的一个控件,用来显示时间效果很棒,只是好像不能显示 : (delphi6),不知道作者能不能修正一下-digital simulation LED Display Control keyword : LED display graphics from the controls : originality DEPTH : Junior release caption-4- 4 Classification : graphic release : mosane update caption-4- 4 languages : English Editor : DELPHI7-ping Taiwan : Win9x, Win2k/XP/NT, Win2003 downloaded here : 219/836 works of the source code : HTTP local telecommunications software or download demo :-code size : 13.0K software Size :-BT search off
- 2022-01-28 16:19:55下载
- 积分:1
-
关于在mapx中如何使用自定义鼠标的问题。
关于在mapx中如何使用自定义鼠标的问题。-on how to use the definition of a mouse problem.
- 2022-05-19 09:33:40下载
- 积分:1
-
自定义进度条控件..........................相当不错...直持图形
自定义进度条控件..........................相当不错...直持图形-progress since the definition of control .......................... quite straight with graphics ...
- 2022-01-26 04:00:37下载
- 积分:1
-
一个用C++ Builer编制的游戏程序。挺有意思的,界面也不错。看看吧。...
一个用C++ Builer编制的游戏程序。挺有意思的,界面也不错。看看吧。-a C Builer establishment of the game. Quite interesting, and the interface is pretty good. Let"s see it.
- 2022-01-26 05:31:19下载
- 积分:1