-
a person's graphical interface
某人开发的图形界面-a person"s graphical interface
- 2022-01-31 06:21:36下载
- 积分:1
-
VB 窗口隐藏&VB 窗口显示,如何获得窗口句柄
VB 窗口隐藏&VB 窗口显示,如何获得窗口句柄-Hide Window
- 2022-08-21 14:51:30下载
- 积分: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
-
关于学习程序界面的信息,
关于VC界面编程学习的资料,-on VC learning programming interface to the information,
- 2022-03-18 15:51:36下载
- 积分:1
-
动态网页应用, 可以参考一些javascrpt,html,css的用法
动态网页应用, 可以参考一些javascrpt,html,css的用法-application of danamic HTML.you can referent some
useable of javascipt,html.c
- 2022-02-02 01:49:44下载
- 积分:1
-
介绍了如何在Delphi中读写ini的方法和MEMO实现自动滚屏的方法
介绍了如何在Delphi中读写ini的方法和MEMO实现自动滚屏的方法-described how the Delphi method to read and write ini and MEMO automatic Scroll of
- 2022-02-03 22:35:39下载
- 积分:1
-
实现vc各种控件
实现vc各种控件- Realizes vc each kind to control
- 2022-06-18 10:40:33下载
- 积分:1
-
VC realize True Color Toolbar
VC实现真彩色的工具栏 -VC realize True Color Toolbar
- 2022-04-27 02:01:17下载
- 积分:1
-
MFC 编程画板工具
MFC编程画板工具,带有矩形,正方形,椭圆形,圆形,直线,三角形等图形的绘画,可改变颜色,可改变线的粗细与类别,可改变字体。
- 2022-07-28 08:18:51下载
- 积分:1
-
the main described in VC 6.0 on the operation of the dialog, the dialog with the...
这个主要讲述了在VC++6.0下对对话框的操作,是自己的对话框有特色。-the main described in VC 6.0 on the operation of the dialog, the dialog with their own characteristics.
- 2023-01-24 04:00:04下载
- 积分:1