-
COMBOBOX the expansion of a category. Reference to some of the information netwo...
一个COMBOBOX的扩展类。参考了网络上的部分资料,自己动手制作了一个。-COMBOBOX the expansion of a category. Reference to some of the information network, developed a do-it-yourself.
- 2022-05-19 01:18:46下载
- 积分:1
-
这个可以编辑的treectl类的例子,外国人编写的
这个可以编辑的treectl类的例子,外国人编写的-This can be edited treectl class example of foreigners prepared
- 2022-06-21 21:19: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
-
VIEW SPLITTER operate three series programming, like segmentation, as friends ca...
VIEW SPLITTER 操作编程连载3,喜欢分割视的朋友可以参考-VIEW SPLITTER operate three series programming, like segmentation, as friends can refer to
- 2022-12-14 01:15:03下载
- 积分:1
-
极限编功C#版Nuit先进行单元测试,后进行代码开发的工具范例...
极限编功C#版Nuit先进行单元测试,后进行代码开发的工具范例-Part C# version Nuit first unit test, after the code development tool paradigm
- 2022-06-29 00:21:21下载
- 积分:1
-
一个网格报表显示源代码,实现报表编辑,排序,显示等,功能强大,直接添加到源程序中即可使用。...
一个网格报表显示源代码,实现报表编辑,排序,显示等,功能强大,直接添加到源程序中即可使用。-a grid statements show the source code to achieve statements editing, sorting, display, powerful, directly added to the source can be used.
- 2023-01-27 03:30:04下载
- 积分:1
-
一个模仿realone的窗体代码
只是单窗体,无其他控件
一个模仿realone的窗体代码
只是单窗体,无其他控件-a copy of the Form Form code alone, without other controls
- 2022-06-15 20:38:57下载
- 积分:1
-
用VC制作带有滚动字幕的软件封面
用VC制作带有滚动字幕的软件封面-VC production with subtitles rolling cover software
- 2022-02-26 11:23:08下载
- 积分:1
-
超漂亮的仿MAC的CSS菜单,和苹果的桌面几乎一样
超漂亮的仿MAC的CSS菜单,和苹果的桌面几乎一样-MAC super beautiful imitation of the CSS menu, and Apple is almost identical to the desktop
- 2023-07-10 02:30:03下载
- 积分:1
-
C#学生成绩管理系统ACCESS数据库
C#学生成绩管理系统,适合初学者参考
- 2022-11-15 06:25:03下载
- 积分:1