文件名称:mdlFileBin
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- j**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
原创-VB下的按二进制方式读写任意文件的函数,网上可能有很多范例,但我做的,都是最贴近好用的,只需要输入文件路径和文件数组就完成读写:
Public Function VBFileBin_Read(fn As String, dat() As Byte) As Long
Public Sub VBFileBin_Write(fn As String, dat() As Byte)-Original-VB under way by the binary function to read and write arbitrary files, on-line may have many examples, but I do, are the most close to the easy to use, only need to enter the file path and file is complete array of reading and writing: Public Function VBFileBin_Read (fn As String, dat () As Byte) As Long Public Sub VBFileBin_Write (fn As String, dat () As Byte)
Public Function VBFileBin_Read(fn As String, dat() As Byte) As Long
Public Sub VBFileBin_Write(fn As String, dat() As Byte)-Original-VB under way by the binary function to read and write arbitrary files, on-line may have many examples, but I do, are the most close to the easy to use, only need to enter the file path and file is complete array of reading and writing: Public Function VBFileBin_Read (fn As String, dat () As Byte) As Long Public Sub VBFileBin_Write (fn As String, dat () As Byte)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
mdlFileBin.bas