-
使用ListCtrl控件的程序,可以随意改变每列字体大小…
本程序采用listctrl控件,能随意改变每一栏的字体大小,能随便改变每一栏的字体颜色以及每一栏的背景颜色,颜色可自由设定(R,G,B),同时整个栏全屏显示,对学习修改控件属性有很大的用处。-the procedures used listctrl controls, can randomly change each column font size, can easily change the font of each column and each column color of the background color scheme, the freedom to set (R, G, B), while the entire column in full-screen, right to amend the Control study attributes great useless.
- 2022-04-07 13:17:30下载
- 积分:1
-
C# Skin皮肤程序实例源码
资源描述C# Skin皮肤程序实例源码,非常精巧,值得收藏!
- 2023-07-08 15:10:04下载
- 积分:1
-
播放MP3文件
sorse代码+库让你学会如何播放mp3文件+ wavf Ile和音乐使用的Java和库称为jlayer类型的音乐
- 2022-01-24 17:49:01下载
- 积分:1
-
动态生成多个标签对象,可以分别拖动,而且在Memo中输入文字可以在激活的标签上显示。...
动态生成多个标签对象,可以分别拖动,而且在Memo中输入文字可以在激活的标签上显示。-Dynamic Object tags, respectively Drive, but Memo input can be activated language on the labels show.
- 2022-03-23 17:37:26下载
- 积分:1
-
C + +
源码c++ 是做股票软件的 !增加可以去看看的 你先看下 -c++
- 2022-03-19 20:26:47下载
- 积分:1
-
AE点击高亮查询。程序比较短小。AE点击高亮查询。AE点击高亮查询。...
AE点击高亮查询。程序比较短小。AE点击高亮查询。AE点击高亮查询。-Click on highlighted query AE. Short procedures. Click on highlighted query AE. Click on highlighted query AE.
- 2022-10-31 19:10:03下载
- 积分:1
-
TreeView nodes Drive, addition, deletion function demo
TreeView节点驱动,添加,删除功能演示
- 2022-01-26 05:07:37下载
- 积分:1
-
MFC programming source code, they watch it. I did not know Matata.
MFC编程源码,自己看看吧。我也不太清楚啦。-MFC programming source code, they watch it. I did not know Matata.
- 2022-12-24 03:55:04下载
- 积分:1
-
Chinese character font and the establishment and creation of a 24 point and 16 p...
汉字字库的的建立和创建并且有24点和16点字库建的源程序。-Chinese character font and the establishment and creation of a 24 point and 16 point font construction of the source.
- 2023-03-06 09:35: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