-
换肤的电话,有两种方法:第一,皮肤直接从…
SkinMagic皮肤的调用有两种方法,一是直接从皮肤文件中调用,另一种方法是从资源文件中调用-SkinMagic skin call that there were two ways : First, the skin directly from the document called, Another method is called resource documents
- 2022-01-25 14:15:32下载
- 积分:1
-
latest development of the graphics library functions can be used in the C Progra...
本人最新开发的图形库函数,可用于C程序的图形界面开发-latest development of the graphics library functions can be used in the C Programming GUI Development
- 2022-03-17 12:32:04下载
- 积分: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
-
a sdk prepared with examples of icon
一个用sdk编写的图标例子-a sdk prepared with examples of icon
- 2022-03-07 20:35:39下载
- 积分:1
-
有大量的VC编程实例的源代码,内容涉及极其宽泛,其中有目录,如第六章:实例095...
有大量的VC编程实例的源代码,内容涉及极其宽泛,其中有目录,如第六章:实例095-创建线性梯度,实例096-多种风格的端点,097-图形容器的应用,实例098-使用颜色矩阵设置图像中的 Alpha 值.....等等,不一一说明.-a large number of examples of the VC program source code, which relates to an extremely broad, including directory, like Chapter 6 : Case 095- create linear gradient, examples of 096-a variety of styles endpoint, 097- graphics packaging applications, examples of 098- color matrix set up to use the image Alpha value ..... and so on, not setting them out.
- 2022-01-30 14:14:37下载
- 积分:1
-
创建窗口图标的例子
创建窗口图标的例子-create window icon example
- 2022-01-25 21:13:38下载
- 积分:1
-
一个java游戏,包括所有源文件和完成!
a java game include all source and the compliled file!-a java game include all source and the Compl IIED file!
- 2022-04-07 06:57: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
-
unanimous critical acclaim statements controls. After downloading ardemo.exe ope...
获得一致好评的报表控件。下载后运行ardemo.exe安装就可以,安装完毕后运行activereport11.reg进行注册就可以使用了。-unanimous critical acclaim statements controls. After downloading ardemo.exe operation can be installed on the installation after running activereport11.reg registration can use it.
- 2022-05-12 19:42:50下载
- 积分:1
-
python之贪吃蛇学英语
这是一个完整的用python 写的关于贪吃蛇学英语的代码,方便初学者学习python初级GUI的设计,当然,本代码也存在很多的不足支持,请大家见谅。注意:此代码仅供初学者使用,方便大家的学习,谢谢!
- 2022-05-19 11:15:01下载
- 积分:1