-
使用 C# 的考勤系统迷你项目
C# 中,使用数据库的 SQL,使用 GUIUser 管理模块的人力资源管理系统、 考勤管理、 员工管理的考勤系统迷你项目
- 2022-01-26 04:42:09下载
- 积分:1
-
数字显示的数字显示程序,并使用了几类,这个程序…
VC下的数字LED显示程序,利用了几个类,此程序是单文档的-VC digital LED display procedure, and use of several categories, this procedure is the single document
- 2022-03-19 13:27:17下载
- 积分:1
-
三点画圆的程序,展示VB中Line和Shape控件的使用例子,随意点击窗体三下可以画出一个圆,右键菜单可以显示/隐藏线条等...
三点画圆的程序,展示VB中Line和Shape控件的使用例子,随意点击窗体三下可以画出一个圆,右键菜单可以显示/隐藏线条等-Draw Circle By Three Point Program, the example shows the useage of Line and Shape controls in VB , click the Form 3 times may be arbitrarily draw a circle, right-click menu can show/hide the lines, etc.
- 2022-02-06 15:40:14下载
- 积分:1
-
菜单上创建的重操作
在创建菜单时重载+运算-menu at the creation of Heavy Operational
- 2023-08-07 05:15:03下载
- 积分:1
-
IE4里面使用的控件。有类似输入/选择URL的复选框,时间日期选择等等控件...
IE4里面使用的控件。有类似输入/选择URL的复选框,时间日期选择等等控件-The control using in IE4.Containing the check box that input and select url and time selector
- 2022-08-08 02:08:37下载
- 积分:1
-
一个好的论坛源程序!
a good froum source program!-a good source program!
- 2022-03-21 00:40:16下载
- 积分: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
-
by finishing a widget library, which contains the most VC6.0 Controls Programmin...
通过整理的一个控件库,其中包含了VC6.0中大部分控件,对于界面编程非常有效。-by finishing a widget library, which contains the most VC6.0 Controls Programming interface for the very effective.
- 2022-10-23 07:20:04下载
- 积分:1
-
with one prepared by the window regularly crawls activities, programming, is a v...
一款用delphi编写的定时抓取活动窗口,对于编程者,是个很好的参考例子-with one prepared by the window regularly crawls activities, programming, is a very good example of a reference
- 2023-06-21 23:10:03下载
- 积分:1
-
数字编辑框
这个是自己编写的只能填写数字的编辑框,基于MFC的,经过自己测试通过,并且在多个项目中使用过。
- 2022-11-16 16:10:03下载
- 积分:1