-
站长95年时想写的模拟Delphi界面的生成C语言界面的一个程序,名字就叫CBuilder,那时C++Builder还没有呢...
站长95年时想写的模拟Delphi界面的生成C语言界面的一个程序,名字就叫CBuilder,那时C++Builder还没有呢- Stationmaster when 95 years wants to write simulation Delphi a
contact surface production C language contact surface procedure, the
name is called CBuilder, at that time C Builder not to have
- 2023-04-29 04:30:03下载
- 积分:1
-
一个创建非模态属性表的例子
一个创建非模态属性表的例子-create a non-modal examples Attribute Table
- 2023-02-01 05:45:03下载
- 积分:1
-
基于qt的串口调试助手
应用背景串口调试助手,图形界面的开发关键技术利用qt编写的串口调试小助手,实现了 232通信,发送接收都没问题
- 2022-02-05 20:56:02下载
- 积分:1
-
利用v制作的坦克大战,让你回忆童年的坦克之旅,从界面到操控都是原汁原味...
利用v制作的坦克大战,让你回忆童年的坦克之旅,从界面到操控都是原汁原味-v produced by the use of physics, so you childhood memories of the tank brigade, from manipulation interface to carry all
- 2022-07-18 19:39:18下载
- 积分:1
-
Drag items from Toolbar and drop into view
Drag items from Toolbar and drop into view-Drag items from Toolbar and drop into view
- 2022-07-05 05:22:22下载
- 积分:1
-
一个简单的单文档控件演示程序,演示单文档控件是如何使用和开发的...
一个简单的单文档控件演示程序,演示单文档控件是如何使用和开发的-a simple demonstration single document control procedures, presentations single document control is the use and development
- 2022-02-21 19:35:08下载
- 积分:1
-
简单的浏览器
使用Microsoft Visual Studio 2012构建的简单浏览器。只有基本的
- 2022-08-19 22:08:21下载
- 积分:1
-
一款不错的利用CControlBar对窗口实现定制的程序
一款不错的利用CControlBar对窗口实现定制的程序-A good use of CControlBar to realize custom window procedure
- 2022-06-28 23:43:41下载
- 积分:1
-
外国人写的一个菜单类,可以方便的在菜单加入自定义图标,可以设定显示为xp菜单方式和普通的菜单方式
外国人写的一个菜单类,可以方便的在菜单加入自定义图标,可以设定显示为xp菜单方式和普通的菜单方式- The foreigner writes a menu class, may facilitate joins in the
menu from the definition chart sign, may establish the demonstration
is the xp menu way and the ordinary menu way
- 2023-08-01 14:45:03下载
- 积分: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