-
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
-
在Visual Studio 2008中,使用OpenGL graphiing钻石。
在Visual Studio 2008下使用OpenGL图形技术绘制钻石图案的代码-in the Visual Studio 2008 ,using OpenGL for graphiing the diamond.
- 2022-07-15 07:48:44下载
- 积分:1
-
n improved splash screen component for MFC (63KB) graphical display
n improved splash screen component for MFC(63KB)图形显示-n improved splash screen component for MFC (63KB) graphical display
- 2022-01-21 21:16:06下载
- 积分:1
-
显示倾斜的文字 显示倾斜的文字 显示倾斜的文字
显示倾斜的文字 显示倾斜的文字 显示倾斜的文字-showed the letter showed tilt in favor of the text shown in favor of the text shows the letter showe d tilt in favor of the text shows the letter tilt
- 2022-01-25 14:31:57下载
- 积分:1
-
一个关于vb串口多线程通信的实例,可以看看。
一个关于vb串口多线程通信的实例,可以看看。-Vb serial port on a multi-threaded communication instance, you can look at.
- 2022-09-19 04:15:03下载
- 积分:1
-
一个基于Struts的文章管理系统,使用MySQL数据库,具有以下功能: 支持国际化 Web编辑方式发表文章 分类管理 文章管理 文章搜索...
一个基于Struts的文章管理系统,使用MySQL数据库,具有以下功能: 支持国际化 Web编辑方式发表文章 分类管理 文章管理 文章搜索-an article based on the Struts management system, using MySQL database, has the following functions : to support international Web editing an article published articles classified management articles Search Management
- 2022-10-11 12:45:03下载
- 积分:1
-
透明的Flash窗体,知道xunlei,baofeng怎么做的那么多广告特效吗?就是透明Flash...
透明的Flash窗体,知道xunlei,baofeng怎么做的那么多广告特效吗?就是透明Flash-Transparent Flash Form, knowing xunlei, baofeng how to do as much advertising effects do? Is a transparent Flash
- 2023-05-26 18:35:04下载
- 积分:1
-
简单的xp风格软件,没有解压密码,谢谢大家支持!
简单的xp风格软件,没有解压密码,谢谢大家支持!-simple xp style software, not extracting passwords and your support!
- 2022-02-13 10:16:34下载
- 积分:1
-
一个具有水平醒目菜单(主菜单)和弹出式菜单(子菜单)的菜单程序。
一个具有水平醒目菜单(主菜单)和弹出式菜单(子菜单)的菜单程序。-A level of eye-catching menu (main menu) and pop-up menu (submenu) menu procedures.
- 2022-10-16 12:10:03下载
- 积分:1
-
数据库的相关资料,好不容易才弄到
数据库的相关资料,好不容易才弄到-database of relevant information, the hard-won result of
- 2022-01-26 05:41:25下载
- 积分:1