登录
首页 » 界面开发 » Duilib窗体增加阴影效果

Duilib窗体增加阴影效果

于 2022-06-18 发布 文件大小:7.07 kB
0 197
下载积分: 2 下载次数: 1

代码说明:

应用背景用于在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的效果即可。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 书生下载3.0天地无用修改版
    资源描述简介:  这个其实就是书生3.0。只是我改了一下版面而已,看起来好看些,呵呵 大家喜欢的话就下载一个回去吧.版权是书生的了  
    2023-08-18 01:25:03下载
    积分:1
  • [中文版]目录下的内容源代码
    【中文版】目录下的源代码是实现中文版的,其程序必须在UCDOS等中文环境中运行,才可以 看到中文,否则是乱码。 与本说明文件同一目录下的177.c是对中文版进行英文翻译得到的,可以在TC中编译运行,而不 需要中文环境的支持。- [ Chinese edition ] under the table of contents source code realizes the Chinese edition, its procedure must in Chinese environment and so on the UCDOS move, only then may see Chinese, otherwise is the additive device. Is carries on English translation with this explanation document identical catalogue under 177.c to the Chinese edition to obtain, may translate the movement in TC, but does not need Chinese environment the support.
    2022-03-01 22:41:09下载
    积分:1
  • 一般具有用户的 Windows 程序运行起来后,通常都会在任务栏里体现出来,本程序介绍了如何隐藏显示在任务栏中的对话框程序...
    一般具有用户界面的 Windows 程序运行起来后,通常都会在任务栏里体现出来,本程序介绍了如何隐藏显示在任务栏中的对话框程序-general user interface with the Windows programs running together, usually in the mission column reflected, and the procedures of how to hide the task bar shows the dialog box procedure
    2022-04-27 11:35:53下载
    积分:1
  • 锁禁用X按钮,鼠标,Ctrl+Alt+Del,ALT标签,隐藏任务栏桌
    lock windows Disable X button,Mouse , Ctrl Alt Del,Alt Tab , hide TaskBar Desktop , Reboot, LogOff , Shutdown and set priority of your form
    2023-08-29 15:20:03下载
    积分:1
  • GardenUI用于VC.NET2003和2005的库源文
    GardenUI用于VC.NET2003和2005的界面库源文-VC.NET2003 and 2005 for GardenUI interface library source text
    2022-05-05 13:02:49下载
    积分:1
  • 皮肤的代码。一般的风险投资做的事情并不好看,比较的…
    换皮肤的代码; 一般的vc做的东西比较不好看,换个皮肤就好的多了!-skin for the code. General vc doing things does not look good in comparison, the change in the skin like more!
    2022-02-14 03:39:49下载
    积分:1
  • 与国外经典计算机教材《Practical Object
    与国外经典计算机教材《Practical Object-Oriented Design with UML》配套的源代码。作者:Mark Priestley -classic computer with foreign materials "Practical Object-Oriented Design with UML" complementary source. Author : Mark Priestley
    2022-01-25 15:01:15下载
    积分:1
  • it can connet with a database.
    与数据库相连的一个应用程序,是在VC环境下编写的。-it can connet with a database.
    2022-12-15 12:30:04下载
    积分:1
  • WPF Logo走光动画
    利用WPF的走光动画实现的走光动画。资源  实例程序 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-02-05 20:59:14下载
    积分:1
  • WPF模拟轨道运动
    资源描述本例为WPF平台下开的一个小DEMO模拟天体运动状态 可进行运动模拟需要借鉴的可以做 也可以在前端的xaml直接进行编写 模拟有交点的轨道运动是否由于公转周期不同碰撞的问题相互交流学习多多评论
    2023-06-05 14:45:04下载
    积分:1
  • 696516资源总数
  • 106571会员总数
  • 2今日下载