-
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
-
MixColor_LED颜色识别
通过颜色传感器,把数据通过串口传到PC并在电脑屏上显示识别出来的颜色
主要特色: 串口
颜色识别很好
- 2022-06-28 18:44:19下载
- 积分:1
-
用链表实现在列表框中选取级联省份、县市的VC++代码
用链表实现在列表框中选取级联省份、县市的VC++代码-Implementation using linked list in the list box to select the Cascade provinces, cities and counties of the VC++ code
- 2022-08-14 06:13:02下载
- 积分:1
-
邮件提醒,新邮件的及时提醒,可以配合outlook使用,只要设置一下outlook的路径...
邮件提醒,新邮件的及时提醒,可以配合outlook使用,只要设置一下outlook的路径-E-mail reminders, new messages of a timely reminder, you can use with the outlook, as long as you set the path to outlook
- 2022-06-29 07:05:52下载
- 积分:1
-
HeadCtrl的细节可以在该源码中找到,例如设计headCtrl的间隔,颜色,排序查找等...
HeadCtrl的细节可以在该源码中找到,例如设计headCtrl的间隔,颜色,排序查找等-HeadCtrl details of the source can be found, for example, the design headCtrl spacing, color, such as search ranking
- 2023-03-10 23:20:03下载
- 积分:1
-
武林外传ECM降级源代码
资源描述
武林外传ecm降级代码,非常实用
可以将高级游戏版本的ecm模型定义文件降级为低级客户端支持!
- 2022-11-26 21:10:03下载
- 积分:1
-
模仿msn界面,对做界面程序有很大的借鉴.
模仿msn界面,对做界面程序有很大的借鉴.-imitate msn interface, the interface procedures are so great draw.
- 2022-03-10 09:48:32下载
- 积分:1
-
可以列出指定文件夹,并双击打开。
可以列出指定文件夹,并双击打开。-list designated folder, and double-click to open.
- 2023-05-08 13:20:02下载
- 积分:1
-
Reference MFC development process of an example of chapter 3, want to help every...
MFC开发程序参考大全的1章的例子3,希望对大家有所帮助-Reference MFC development process of an example of chapter 3, want to help everyone
- 2022-09-08 18:35:06下载
- 积分:1
-
很好的界面设计程序,希望各位快来下载阿!
很好的界面设计程序,希望各位快来下载阿!-Good interface design process, I hope that the Arab-Israeli Come download!
- 2023-04-14 19:45:05下载
- 积分:1