-
读取当前目录下的Ini文件类 CIiniFile功能:系统提供的WriteProfileInt()等函数,写到注册表或系统ini文件,调用比较麻烦,而且会占用注...
读取当前目录下的Ini文件类 CIiniFile功能:系统提供的WriteProfileInt()等函数,写到注册表或系统ini文件,调用比较麻烦,而且会占用注册表资源,下载了网上的ini类用起来又不太顺手,所以参照写了一个读取当前目录下ini文件的类。程序有详细的注释,欢迎批评指正-read in the current directory Ini document CIiniFile functional categories : the system provides WriteProfileInt () function, wrote registry or system ini document, called more trouble, but will occupy the registry resources, downloaded online category with the ini I did not dig up, a reference was made to read current directory ini document type. Detailed procedures of the Notes welcome criticism correction
- 2022-01-30 15:03:49下载
- 积分:1
-
一个用VC++操作文件的各种方法的代码。
一个用VC++操作文件的各种方法的代码。-A VC++ to operate with a variety of methods of document code.
- 2022-12-28 12:40:04下载
- 积分:1
-
我自己精心设计的一个源码,仿WINDOWS安装界面,可以学习很多代码.注意不要删除Setup.exe.manifest这个文件,否则会丢失XP界面(小技巧:把S...
我自己精心设计的一个源码,仿WINDOWS安装界面,可以学习很多代码.注意不要删除Setup.exe.manifest这个文件,否则会丢失XP界面(小技巧:把Setup.exe.manifest文件改名"VB6.exe.manifest"复制在VB6.EXE同一目录下可使VB6的界面变成XP样式.编译后也要把这个文件放在EXE目录下,"VB6.exe.manifest"改名"EXE文件名.exe.manifest").-I have designed a source, like WINDOWS installation interface, you can learn a lot of code. Setup.exe.manifest careful not to delete this file, or else they will lose XP interface (Tips: Setup.exe.manifest file renamed to
- 2022-03-20 19:43:05下载
- 积分:1
-
VB关于图形漂浮的设计
VB关于图形漂浮的设计-VB floating on the graphic design
- 2023-01-25 19:35:04下载
- 积分:1
-
文件转换
应用背景这个代码是一个非常混乱的,需要编辑。这件事是我新的线程的概念。这似乎是我能想出的最好的方法。在这种方法中,参数有2个:第一issyncronizationoperations ;定义要执行的操作;第二个是对象数组。在索引的对象 ;0 ;有控制的文本(标题)是可改变的;在指数 对象;1 ;有弦 ;已被分配给对象的索引 ;0。在指数 ;2,我们有 ;字符串 ;是用于复印机的整体进度更新。同样地,在索引和索引中,有3个,用于更新当前文件的名称。在索引对象4 ; ;有 ;ProgressBar ;对象而在指数 ;5 ;在指数 新值进度条;4。关键技术此应用程序包含以下功能:暂停/恢复复制过程跳过单个文件在复制时抑制警告和错误显示未复制的文件的列表,并选择重试复制它们如果文件存在,可以选择以抑制重写警告。
- 2022-03-04 10:26:28下载
- 积分:1
-
To manage a txt file with a list of names
To manage a txt file with a list of names
- 2022-03-22 13:08:39下载
- 积分:1
-
本程序对三种操作数据文件的方法进行测试,MFC的CArchive、STL的流和文件映射的CreateFileMapping,经过比较发现对数据文件的载入和存储速...
本程序对三种操作数据文件的方法进行测试,MFC的CArchive、STL的流和文件映射的CreateFileMapping,经过比较发现对数据文件的载入和存储速度,都是MFC>映射>STL,可见MFC的CArchive是进行数据文件操作的最佳选择!-procedures for the operation of the three data files, the method for testing the CArchive MFC, STL flow and document mapping CreateFileMapping, after comparison of the data contained in the document storage and speed are MFCgt; Mapping gt; STL, MFC CArchive Visibility data is the best file manipulation choice!
- 2022-04-14 22:09:49下载
- 积分:1
-
模糊的图像
我在图像中添加 blurness 和我 deblurred 图像通过使用下面的代码。我希望你喜欢它。......!
- 2022-03-29 18:23:52下载
- 积分:1
-
Microsoft MSF process guidance can be used to guide the 1 ~ 500 more than the de...
微软MSF过程指南,可以用于指导1~500人以上的团队进行协作开发-Microsoft MSF process guidance can be used to guide the 1 ~ 500 more than the development team to collaborate
- 2023-03-13 17:35:04下载
- 积分:1
-
企业员工管理系统
下面是 “员工请假登记” 这一项的源代码:
Option Explicit
"窗口与消息API声明
Private Declare Function SetTimer Lib "user32.dll" (ByVal hwnd As Long, _
ByVal nIDEvent As Long, ByVal uElapse As Long, _
ByVal lpTimerFunc As Long) As Long
Private Declare Function KillTimer Lib "user32.dll" (ByVal hwnd As Long, _
ByVal nIDEvent As Long) As Long
Public Declare Function FindWindow Li
- 2022-07-04 08:41:33下载
- 积分:1