⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vbreadme.txt

📁 压缩解压,是unzip540的升级,这个外国网站摘来的源码,是evb编写.
💻 TXT
字号:
On Windows, please read this file using WordPad to format lines properly.This directory contains a short example on how to use the Win32 UnZip DLLwith Visual Basic.  The example code consists of a simple dialog form anda standard module containing the interface code to call unzip32.dll.The code assumes that the unzip32.dll binary is available somewhere on theexecution path. The easiest way to satisfy this rule is to keep a copy ofunzip32.dll in the directory where the VB executable is stored, but ifit's in the command path it should be found.The example code has been edited last with Visual Basic 6, but should becompatible with VB 5. To maintain compatibility with VB5 after having modifiedthe example project in VB6, the project file has to be edited using a standardtext editor (e.g.: Notepad), to remove the line specifying the "Retained"property.  This property line is not recognized by VB 5 and would preventcorrect loading of the project in VB 5.This VB example makes use of the "Windows Common Dialogs" ActiveX controlcomdlg32.ocx, supplied with Visual Basic. Unfortunately, there are differentrevisions of this control available which are not binary compatible. In orderto maintain compatibility of the source code with all available versions ofcomdlg32.ocx, the source files may have to be edited manually after theprogram has been saved from the VB environment on a system containing thelatest release of comdlg32.ocx:Both vbunzip.frm and vbunzip.vbp should contain a reference line for thecommon dialog ocx reading like:Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.1#0"; "COMDLG32.OCX"                                                 ^^^The important section of this line is the revision number "1.1" (marked bythe "^^^" signs). On a system with a more recent version of comdlg32.ocxinstalled, this version number is updated to "1.2" (or higher) by VBautomatically. This number has to be changed back to "1.1" manually,otherwise the example code can no longer be used on systems with old versionsof comdlg32.ocx.When fetching the VB example code from the UnZip source distribution, onehas to make sure that the files are stored in the correct "DOS/Windows-native"text format with "CR-LF" line endings. Visual Basic does not accept Unix styletext format (LF line terminators) for Form class modules (*.frm) and theproject file (*.vbp).  You may use unzip's -a option to convert the projecton extraction. If this is a full source distribution, see the Where file forwhere to download the compiled unzip DLL for a specific platform which includesthis example project in native format for that platform.For more information, see the comments within the VB source.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -