-
在VC对话框控件进度条的基础上进行了扩展,模仿某些专业软件的界面,显示一个颜色渐变的进度条,使用它会给你的应用程序增色不少。...
在VC对话框控件进度条的基础上进行了扩展,模仿某些专业软件的界面,显示一个颜色渐变的进度条,使用它会给你的应用程序增色不少。-in VC progress of the dialog box controls on the basis of expansion, imitating professional software interface, a color shown gradual progress, it will give you the use of the application elegance.
- 2022-03-13 20:02:22下载
- 积分:1
-
arduiNode 射频
arduinode 是一种无线传感器网络协议。通信在后台进行处理,找到彼此的邻居节点跨网。一些核心特征是: 多跳分组路由、 动态 id 分配、 避碰和转播的丢失的邮件。
- 2023-03-05 07:25:03下载
- 积分:1
-
移动汽车项目
这是一个 java 项目,在其中一辆车从右到左递减 60 单位,描述了那辆车和闪光灯照明的一般路径明星与多边形对象作为数组从灰色到黄色与黑色背景使用油漆的移动方法和绘图路作为灰颜色的矩形
- 2022-04-18 17:43:16下载
- 积分:1
-
很酷的一个网站的引导页,flash DIV
很酷的一个网站的引导页,flash DIV -the homepage of a website~
- 2022-03-15 04:05:01下载
- 积分:1
-
改进的xp的explorer左侧导航栏,每栏内容可以随意修改,实现单排与多排,相应更改栏目标题功能。...
改进的xp的explorer左侧导航栏,每栏内容可以随意修改,实现单排与多排,相应更改栏目标题功能。-Improved xp left navigation bar of the explorer, the contents of each column can be modified to achieve single-row and multi-row, the corresponding function to change the column headings.
- 2022-03-11 21:06:05下载
- 积分:1
-
Duilib窗体增加阴影效果
应用背景用于在Duilib界面库产生的窗体周围添加阴影效果关键技术1. 在要添加阴影效果的窗体类中包含WndShadow的头文件,并创建对应类型的成员变量m_WndShadow。
2. 在WinMain处添加初始化
// Initiation of the shadow
CWndShadow::Initialize(hInstance);
3. 窗体OnCreate中设置
LRESULT OnCreate(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
{
LONG styleValue = ::GetWindowLong(*this, GWL_STYLE);
styleValue &= ~WS_CAPTION;
::SetWindowLong(*this, GWL_STYLE, styleValue | WS_CLIPSIBLINGS | WS_CLIPCHILDREN);
m_WndShadow.Create(m_hWnd);
m_WndShadow.SetSize(4);
m_WndShadow.SetPosition(0, 0);
//blablabla....
return 0;
}
说明:此处为了更清除的看到窗体边框阴影效果,我将调用的地方原来的m_WndShadow.SetSize(4);改为
了m_WndShadow.SetSize(15);正常情况下,Size设置为4的效果即可。
- 2022-06-18 09:40:40下载
- 积分:1
-
Vc++ to achieve by the small example of the desktop clock, suitable for beginner...
用Vc++实现的桌面时钟的小例子,适合初学vc++的人参考学习。-Vc++ to achieve by the small example of the desktop clock, suitable for beginner of vc++ reference study.
- 2022-04-22 18:36:20下载
- 积分:1
-
C# 局域网聊天
C#局域网聊天,能自动识别联网PC机,广播识别其他机器,UDP聊天
- 2023-01-20 01:30:05下载
- 积分:1
-
its c# application
ITS showing how to call window API &DLL
its c# application
ITS showing how to call window API &D-its c# application
ITS showing how to call window API &DLL
- 2023-08-16 08:50:04下载
- 积分:1
-
IC卡功能和IC卡读卡资料,有助于开发
IC卡函数库及IC卡数据读写,对开发有帮助喔-IC card functions and IC card reader data to help develop oh
- 2022-05-09 08:28:43下载
- 积分:1