-
《布县系统性能介绍》《密码攻防策略》《Interent入门教程》《跟我学刻录》《硬件基本知识》名著《水浒后传》名著《七剑十三侠》等...
《布县系统性能介绍》《密码攻防策略》《Interent入门教程》《跟我学刻录》《硬件基本知识》名著《水浒后传》名著《七剑十三侠》等-"cloth County on system performance", "Password offensive and defensive strategy," "Directory of Internet portal," "follow me burners," "hardware basic knowledge" masterpiece "Water Margin- after" masterpiece "Seven Swords 13-xia"
- 2022-07-18 15:12:28下载
- 积分:1
-
一种使用C++ Builder编制而成的软件。界面很漂亮。也很实用。
一种使用C++ Builder编制而成的软件。界面很漂亮。也很实用。-use of a compiled C Builder software. Interface very pretty. Also practical.
- 2022-03-23 04:19:18下载
- 积分:1
-
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
-
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
-
组件应用实例delphi源码,很适合初学者!
组件应用实例delphi源码,很适合初学者!-Component Application delphi source is well-suited to beginners!
- 2022-03-17 14:22:30下载
- 积分:1
-
是用c语言编的直线裁剪程序,很好用,如果可以的话帮我改正改正!谢谢!...
是用c语言编的直线裁剪程序,很好用,如果可以的话帮我改正改正!谢谢!-language is part of the linear cutting procedure is useful, if they can not help me correct correct! Thank you!
- 2022-03-23 02:54:40下载
- 积分:1
-
delphi 皮肤
delphi 皮肤delphi 皮肤delphi 皮肤delphi 皮肤delphi 皮肤delphi 皮肤delphi 皮肤delphi 皮肤delphi 皮肤delphi 皮肤delphi 皮肤delphi 皮肤delphi 皮肤delphi 皮肤delphi 皮肤delphi 皮肤delphi 皮肤delphi 皮肤delphi 皮肤delphi 皮肤
- 2023-01-25 13:50:04下载
- 积分:1
-
使用gdi+进行图形处理, 将任意拖拽到上面的图片进行黑白2元化的程序. 效率不错....
使用gdi+进行图形处理, 将任意拖拽到上面的图片进行黑白2元化的程序. 效率不错.-Using gdi+ for graphics processing, will be any drag to the above pictures black and white 2 yuan-based programs. The efficiency of a good.
- 2022-03-18 00:49:16下载
- 积分:1
-
management process, the producer consumer issues as long as it is described proc...
进程管理中的生产者消费者问题 只要是是描述进程管理中生产者与消费者在共享文件时是否同步与互斥问题-management process, the producer consumer issues as long as it is described process management producers and consumers when sharing files synchronized with the Mutual Exclusion
- 2022-02-21 06:28:34下载
- 积分:1
-
一个关于图形绘制的例子,教你使用Graphics对象绘图
一个关于图形绘制的例子,教你使用Graphics对象绘图-on a graphic example, you use the Graphics object mapping
- 2022-06-27 21:13:55下载
- 积分:1