-
example of the Church of the VC beginners how to use tree controls, easy to use
本例子将教会VC++初学者如何使用树形控件,简单易用-example of the Church of the VC beginners how to use tree controls, easy to use
- 2022-04-17 09:42:38下载
- 积分:1
-
简单的换肤实现界面
简单的换肤实现界面-simple interface to achieve the Eurocargo
- 2022-08-04 01:52:22下载
- 积分: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
-
可以动态在对话框上展示Bar和其他控件
可以动态在对话框上展示Bar和其他控件-can dynamically display in the dialog box and other controls Bar
- 2022-08-11 15:36:14下载
- 积分:1
-
Office2003可以很容易地使浮动工具栏菜单也可以实现皮肤…
可方便做出office2003菜单和浮动工具栏还有可实现office2007皮肤界面的综合控件包-TMS.component.Pack.v5.0.5.0 解密版-Office2003 can easily make a floating toolbar menu and also the skin can be achieved office2007 interface-TMS.component.Pack.v5.0.5.0 an integrated control package解密版
- 2022-03-18 23:17:44下载
- 积分:1
-
the recording procedures, and to preserve the cease broadcasting capabilities th...
本程序具有录音,停止并保存,播放等功能,通过此程序可以自由地录制自己所需要的各种语音等.-the recording procedures, and to preserve the cease broadcasting capabilities through this program to be free to record their various needs such as voice.
- 2022-02-06 11:37:26下载
- 积分:1
-
一个能够实现像windows资源管理器的模拟资源管理器源代码
一个能够实现像windows资源管理器的模拟资源管理器源代码-to achieve as a resource management windows Simulation of resource management for source code
- 2023-04-16 06:40:03下载
- 积分:1
-
This is user defined control based on ASP.NET. as for those who need to apply dr...
这是基于的用户定义控件ASP.NET. 对于那些需要应用拖放控制的人来说,这是一个很好的方法。
- 2023-05-01 23:45:04下载
- 积分:1
-
在Window标题栏写title的两种方法的VC原代码
在Window标题栏写title的两种方法的VC原代码- Writes title in the Window title block two methods VC original
codes
- 2023-07-05 06:10:03下载
- 积分:1
-
这是一个用C++Builder开发的TQuery组件小实例,希望大家能够喜欢
这是一个用C++Builder开发的TQuery组件小实例,希望大家能够喜欢-This is a C Builder components of TQuery small example of the hope that people will like
- 2023-02-17 14:55:03下载
- 积分:1