-
桌面时钟的源码,可以透明的显示在桌面上,
桌面时钟的源码,可以透明的显示在桌面上,-Desktop clock source can be transparent display on the desktop,
- 2022-04-27 19:52:28下载
- 积分:1
-
指定形状创建一透明窗体,利用shape控件生成异形窗体,方便好用...
指定形状创建一透明窗体,利用shape控件生成异形窗体,方便好用-Specify the shape to create a transparent form, the use of shape control to generate special-shaped form, easy-to-use
- 2023-04-22 05:45:04下载
- 积分:1
-
打牌游戏类小程序,通过输入不同的牌子数,就会随机出牌的,可根据个人的爱好控制其发牌的多少哦,可好玩的...
打牌游戏类小程序,通过输入不同的牌子数,就会随机出牌的,可根据个人的爱好控制其发牌的多少哦,可好玩的-dominoes game category process, through the importation of several different brands, will be out randomly, under the personal control of their love of the number of licensing Oh, the fun.
- 2023-01-24 08:45:03下载
- 积分:1
-
VB打开地图属性表,包括对数据的打开,保存等
VB打开地图属性表,包括对数据的打开,保存等-VB to open the map attribute table, including data, open, save, etc.
- 2022-11-14 16:25:04下载
- 积分:1
-
该程序集视屏发送与视屏播放于一体,在视屏接受的同时实现视屏的解码和播放,有一定参考价值....
该程序集视屏发送与视屏播放于一体,在视屏接受的同时实现视屏的解码和播放,有一定参考价值.-Set the program screen to send in one player with the screen, in the video screen at the same time acceptable to the decoding and playback, has a certain reference value.
- 2022-03-16 16:42:45下载
- 积分: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
-
VB函数编程说明指南,介绍VB的函数库,一些操作说明,适合初级学者,可以作指导教材...
VB函数编程说明指南,介绍VB的函数库,一些操作说明,适合初级学者,可以作指导教材-VB programming guide that function, introduced VB functions, some manuals, suitable for junior scholars, guidance materials can be made
- 2023-05-09 09:50:03下载
- 积分:1
-
小区 物业 系统 页面
资源描述
小区智能物业管理系统 部分静态页面
希望作为学习参考
- 2022-07-21 23:19:41下载
- 积分:1
-
java小记事本,作业了。
java小记事本,作业了。-small notebook, the operations.
- 2022-02-07 07:20:35下载
- 积分:1
-
这是一个在VB 语言设计的程序. 新风格的窗口.
这是一个在VB 语言设计的程序. 新风格的窗口.-this is a program by vb,
new style window
- 2022-01-25 23:04:33下载
- 积分:1