-
计算器VB
这是一个简单的计算器程序,使用 VB。它就像你普通的科学计算器。它包含两个文本框一个方程,另一个用于为结果。它还包含内存按钮并打开和关闭按钮。
- 2022-02-07 17:28:09下载
- 积分:1
-
超级换肤控件!皮肤比许多人强!被称为“可怕”的控制…
超级换肤控件!比Skin++等等要强很多!这个控件叫Directskin 他是一个外国人写的界面控件,功能很大. 支持VB VB.NET C# VC++
Delphi 支持所有控件,因为是原自WindowsBlinds的,更重要的是它支持WindowsBlinds的
皮肤,也就是说有超多的皮肤资源-Super Eurocargo control! Skin stronger than many so on! The controls called Directskin he is a foreigner to write interface controls, functions much. VB.NET support VB VC Delphi C# support all controls, as is the original since WindowsBlinds, more importantly, it supports WindowsBlinds skin, which means the number of skin-resources
- 2022-08-13 20:29:27下载
- 积分:1
-
Programming Windows : The definitive developper s guide
Programming Windows : The definitive developper s guide
- 2022-02-07 13:09:55下载
- 积分:1
-
呼叫中心交换机监控器,可配合交换机完成队坐席的监听,指导等作用...
呼叫中心交换机监控器,可配合交换机完成队坐席的监听,指导等作用-Monitor call center switches, and with teams switch to complete the listening seat, the role of guidance
- 2022-08-20 01:48:01下载
- 积分:1
-
呵呵,虽然win3.0是比较旧的东西。不过对学习还是有帮助的。...
呵呵,虽然win3.0是比较旧的东西。不过对学习还是有帮助的。-Oh, yes win3.0 old things.
- 2022-03-18 21:22:46下载
- 积分:1
-
A file/folder browsing control that integrates an editbox and a button with buil...
A file/folder browsing control that integrates an editbox and a button with built-in images.
- 2022-07-01 09:49:13下载
- 积分:1
-
C common features, there are a number of other functions, such as query function...
C常见功能,还有一些其他功能,比如查询等功能-C common features, there are a number of other functions, such as query functions
- 2023-04-01 06:00:04下载
- 积分:1
-
puzzleslide
importimportimportimport javax.swing.border.LineBorder;
- 2022-05-22 21:08:50下载
- 积分:1
-
A WINDOC window interface, the active code can draw is VC++ Prepared
一个WINDOC窗口界面,有源代码提供,能画图,是VC++编写的-A WINDOC window interface, the active code can draw is VC++ Prepared
- 2022-09-04 03:05:04下载
- 积分: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