-
一个可以以渐变色填充柱状图的类库
一个可以以渐变色填充柱状图的类库- May to gradually change color a packing stick plot kind of
storehouse
- 2022-02-11 19:51:01下载
- 积分:1
-
WTL兼容选项卡控件
用WTL封装的选项卡控件-WTL Compliant with the tab controls
- 2022-07-07 00:41:41下载
- 积分:1
-
MFC learning the most basic and most comprehensive source code examples, includi...
一个学习MFC最基本也最全面的源代码实例,包含了基于C/S架构的socket网络编程,也包含了database,初学者必看-MFC learning the most basic and most comprehensive source code examples, including based on the C/S structure of the socket network programming, but also includes a database, for beginners a must-see
- 2022-06-16 06:07:23下载
- 积分:1
-
鼠标双击可以编辑的文字框
鼠标双击可以编辑的文字框-The edit which can edit by doubleclick
- 2022-02-03 16:27:31下载
- 积分:1
-
all kinds of Sorting Demo
all kinds of Sorting Demo
- 2022-03-04 15:11:19下载
- 积分: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
-
一个类似与tubor c的界面
一个类似与tubor c的界面-with a similar interface tubor c
- 2022-04-24 12:14:38下载
- 积分:1
-
此程序用PML设置吸收边界条件实现2维TM波FDTD仿真
此程序用PML设置吸收边界条件实现2维TM波FDTD仿真-this program set up with PML absorbing boundary conditions for the attainment of two-dimensional wave TM FDTD simulation
- 2022-01-28 19:09:37下载
- 积分:1
-
类似neC公司的一个经典界面样式
类似neC公司的一个经典界面样式-neC similar to the one classic style interface
- 2022-02-03 11:32:07下载
- 积分:1
-
INFO-Z(讀取系統資訊)
讀取系統資訊,例如CPU,MEMORY and BIOS information
ShellExecutewait("ProgressBar.exe")
#include
#include
#include
#include
#include
#include
#include
#RequireAdmin
$WinVerChk = RegRead("HKEY_LOCAL_MACHINE64SOFTWAREMicrosoftWindows NTCurrentVersion", "ProductName")
$fonttype= GUICtrlSetFont(-1, 8, 400, 2, "@Microsoft YaHei")
$fontcolor= GUICtrlSetColor(-1, 0xC0C0C0)
$Form1 = GUICreate("Info-Z_v1.0", 338, 266, -1, -1)
$tab = GUICtrlCreateTab(8, 8, 321, 249)
Systeminfo()
Func Systeminfo()
;System Information
_RunDOS("wmic csproduct get /format:list >> c:System.log")
_RunDOS("wmic bios get /forma
- 2022-03-02 03:36:24下载
- 积分:1