-
一个很好的mfc关于windows界面编程的代码
一个很好的mfc关于windows界面编程的代码-A very good on the windows interface programming mfc code
- 2023-01-01 18:30:03下载
- 积分:1
-
我们经常会使用到组合框,而组合框是是有2种功能的
我们经常会使用到组合框,而组合框是是有2种功能的--下拉和列表。一般情况下,列表框的宽度和选择框是一样宽的,但是我们有些时候确实很需要把列表框的宽度变大,一便让我们能更好的看我们要选的东西。 为了能有这个功能,我写了下面的这个函数。首先得在你的对话框中添加一个的WM_CTLCOLOR的消息句柄,或者使用CComboBox的继承类,而且在其中添加下面的代码:-we often use to mix frame, and frames are combinations are two kinds of functions-- and the drop-down list. Under normal circumstances, the list box and the width of the selection box is the same width, but sometimes we need to do is list the width of the frame, one will enable us to better do our election of the things. To have this function, I wrote the following this function. First of all in your dialog box to add one of the news WM_CTLCOLOR handle, or use the inheritance CComboBox category, but which add the following code :
- 2022-08-02 15:44:40下载
- 积分:1
-
我自己用vc编写的图像融合效果评价,觉得还可以吧。
我自己用vc编写的图像融合效果评价,觉得还可以吧。-my own use vc prepared by the Evaluation of image fusion, it can also think.
- 2023-02-22 21:10:05下载
- 积分:1
-
这是一个DOS程序
这是一个DOS程序-This is a DOS program
- 2022-08-10 21:04:44下载
- 积分:1
-
用SDK写按钮的界面,里面有详细的显示按钮控制…
采用WINDDOWS SDK写的按钮界面,其中详细的展现了按钮控件的各个属性的操作-use the SDK to write button interface, which detailed the display button controls the individual attributes of the operation
- 2022-07-10 17:40:33下载
- 积分:1
-
XP样式 的资源浏览面板 Visual Basic源码
可根据自己的需要修改源码...
XP样式 的资源浏览面板 Visual Basic源码
可根据自己的需要修改源码-XP-style Explorer panel Visual Basic source code may need to be amended in accordance with their own source
- 2022-03-04 10:42:15下载
- 积分:1
-
A CButton
A CButton-derived hyperlink control that contains a built-in ToolTip
- 2023-01-02 19:45:08下载
- 积分:1
-
24k真彩色任意图形窗体 24k真彩色任意图形窗体
24k真彩色任意图形窗体 24k真彩色任意图形窗体-24k arbitrary true color graphics Form 24k arbitrary true color graphics Form
- 2022-03-06 06:03:58下载
- 积分:1
-
创建您自己的多选择图形视觉基本应用。
Creating your own multiple choice of graph for Visual Basic Application.
- 2022-03-02 21:56:36下载
- 积分: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