-
This is a custom window to the original code, programming in VB.
这是个自定义窗口的原代码,通过VB编程实现.-This is a custom window to the original code, programming in VB.
- 2023-06-26 12:40:04下载
- 积分:1
-
绘制可以拖拽的漂亮窗体,更换bmp图片及修改绘制区域大小则可以制作出漂亮的窗体。...
绘制可以拖拽的漂亮窗体,更换bmp图片及修改绘制区域大小则可以制作出漂亮的窗体。-draw face
- 2022-03-15 03:04:54下载
- 积分:1
-
这是一个很酷的模仿RedHat红帽子操作系统界面的代码。支持真彩色Icon,里面附有几个很棒的有关Skin的控件源码....
这是一个很酷的模仿RedHat红帽子操作系统界面的代码。支持真彩色Icon,里面附有几个很棒的有关Skin的控件源码.-This is a cool imitate RedHat Red Hat operating system interface code. Icon support True Color, with a few terrific inside the Skin of control source.
- 2022-04-16 09:48:08下载
- 积分:1
-
实现了文件的拷贝功能,使一个很好的文件拷贝测试程序,用来做小型的联系使用...
实现了文件的拷贝功能,使一个很好的文件拷贝测试程序,用来做小型的联系使用-achieve a functional copy of the document, a copy of the document very good test procedures used in making use of small links
- 2022-11-11 07:45:04下载
- 积分:1
-
采用shell方法实现文件显示的列表,支持在位编辑
采用shell方法实现文件显示的列表,支持在位编辑-method using shell list of the documents that support the incumbent editor
- 2022-01-26 00:02:30下载
- 积分:1
-
可以打印对话框中的列表,并可以设置列的宽度,以及打印的纸张等等。...
可以打印对话框中的列表,并可以设置列的宽度,以及打印的纸张等等。-print dialog box lists, and can set out to the width of the paper and printing and so on.
- 2022-10-29 01:45:04下载
- 积分:1
-
a series of the scale mapping procedures, based on the Connection, as a free add...
一个自己编的比例尺绘制程序,基于MAPX,可以作为一个自由图层加到GIS系统中-a series of the scale mapping procedures, based on the Connection, as a free add layers of GIS System
- 2022-05-20 12:19:33下载
- 积分:1
-
IP助手,用c++Builder,用它可以实现局域网内聊天功能,并且用它可以调试网络程序...
IP助手,用c++Builder,用它可以实现局域网内聊天功能,并且用它可以调试网络程序-IP helper, with c++ Builder, it can realize to use LAN chat and can use it to debug network program
- 2022-09-13 18:50:03下载
- 积分: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
-
很Cool的彩色进度条
很Cool的彩色进度条-the progress of color
- 2022-07-09 16:54:17下载
- 积分:1