-
源代码从阙出版物“先进”技术和应用国际标准书号…
Source Code from Que publications "Advanced C" Techniques and Aplications ISBN 0-88022-162-3 Advanced C Techniques and Applications QUE Unpack into a directory with the following structure root - Contents of this arc. root/bgs Contents of BGS.arc root/uis Contents of UIS.arc root/grfuser Contents og grfuser.arc-Source Code from Que publications "Advanced C" Techniques and Aplications ISBN 0-88022-162-3 Advanced C Techniques and Applications QUE Unpack into a directory with the following structure root- Contents of this arc. root/bgs Contents of BGS.arc root/uis Contents of UIS.arc root/grfuser Contents og grfuser.arc
- 2022-02-26 11:27:30下载
- 积分:1
-
可以把任意文字变成窗体的形状.增加特色
可以把任意文字变成窗体的形状.增加特色 -can become arbitrary text window shapes. Special feature
- 2022-02-06 02:56:08下载
- 积分:1
-
FCKeditor.Net_2 很好用的WEB后台软件
FCKeditor.Net_2 很好用的WEB后台软件-FCKeditor.Net_2 good background software used in WEB
- 2023-08-05 12:35:03下载
- 积分:1
-
演示如何使用苹果风格的进度条控件的使用方法。手把手教你使用。一学就会,非常简单。VC6下编译。...
演示如何使用苹果风格的进度条控件的使用方法。手把手教你使用。一学就会,非常简单。VC6下编译。-demonstrate how to use the Apple style of the progress of the use of controls. Maxivista you use. A study will be very brief. VC6 compiler.
- 2022-04-25 02:15:31下载
- 积分:1
-
YAWL窗口开发 C 语言源程序
YAWL窗口开发 C 语言源程序 -YAWL window C language source development
- 2022-10-16 22:50:03下载
- 积分:1
-
主要的串口通信控件的使用、操作和ADO数据库。方法…
主要实现串口通讯,控件使用,以及ADO操作数据库.采用UDL方式-main serial communications, control the use, operation and ADO database. Methods used UDL
- 2023-05-27 09:50:04下载
- 积分:1
-
various combinations of Windows controls usage, not extracting passwords, we hop...
多种WINDOWS控件的组合用法,没有解压密码,希望对大家有帮助-various combinations of Windows controls usage, not extracting passwords, we hope to help
- 2022-02-11 21:07:55下载
- 积分:1
-
XP分格的windows控件~
XP分格的windows控件~-XP separate compartments to control windows
- 2023-01-14 17:00: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
-
MFC 树形控件和列表控件的结合CtreeCtrl 和CListCtrl
MFC 树形控件和列表控件的结合CtreeCtrl 和CListCtrl-MFC tree control and the combination of list control CtreeCtrl and CListCtrl
- 2023-01-05 15:25:03下载
- 积分:1