-
similar Outlook interface increases the function call
类似Outlook的界面,增加了可停靠功能-similar Outlook interface increases the function call
- 2022-02-25 19:49:44下载
- 积分:1
-
getword1:读取鼠标所在位置的单词 getword2:读取鼠标所在位置的单词...
getword1:读取鼠标所在位置的单词 getword2:读取鼠标所在位置的单词-getword1 : the location of the mouse to read the words getword2 : the location of the mouse to read the words
- 2022-06-19 22:14:00下载
- 积分:1
-
一个非常漂亮的钻石无线按钮演示演示,一个完整的源程序!
一个非常漂亮的钻石单选按钮的DEMO,有完整的源码!-a very beautiful diamond radio button of DEMO, a complete source!
- 2022-10-27 04:20:03下载
- 积分:1
-
在VC环境中除了我们所常用的Dialog、Menu和Bitmap等标准资源类型之外,它还支持自定义资源类型(Custom Resource),我们自定义的资源类...
在VC环境中除了我们所常用的Dialog、Menu和Bitmap等标准资源类型之外,它还支持自定义资源类型(Custom Resource),我们自定义的资源类型能做些什么呢?呵呵,用处多多。-VC environment in addition to our common Dialog, Menu standards and Bitmap resource types, It also supports custom resource types (Custom Resource) Since the definition of resource types what can be done? Oh, usefulness lot.
- 2022-06-22 04:34:56下载
- 积分:1
-
Delphi XE7下多张图片切换效果
Delphi XE7下多张图片切换效果,使用xe7有现成的控件实现该功能,不需要复杂的图片处理技巧。使用Imagin控件加载多张图片,并且设置控件的切换效果模式。
- 2023-03-23 08:35:04下载
- 积分:1
-
系统处于等待/忙状态时用的对话框
系统处于等待/忙状态时用的对话框-The dialog which can be used to display the system in wait or busy state
- 2022-07-17 16:20:43下载
- 积分:1
-
在视图上如何加对话框,是如何在对话框中添加编辑框。
在视图上如何加对话框,是如何在对话框中添加编辑框。-In the view on how to increase the dialog box is how to add in the dialog box to edit box.
- 2022-07-13 23:54:31下载
- 积分: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
-
该源代码是实现界面程序中对自定义的按钮实现的一种封装
该源代码是实现界面程序中对自定义的按钮实现的一种封装-the source code is the interface procedures from the definition of a button to achieve Packaging
- 2022-09-10 09:05:03下载
- 积分:1
-
VB dynamic trees code right to study fractal theory is the role of the scholars.
VB实现的动态树木的代码,对想研究分形理论的学者们有作用。-VB dynamic trees code right to study fractal theory is the role of the scholars.
- 2022-03-31 18:28:43下载
- 积分:1