打印本文 打印本文 关闭窗口 关闭窗口
VB断点拷贝大文件
作者:武汉SEO闵涛  文章来源:敏韬网  点击数7617  更新时间:2009/4/23 15:43:36  文章录入:mintao  责任编辑:mintao
= "..." Height = 375 Left = 5250 TabIndex = 4 Top = 270 Width = 510 End Begin VB.TextBox textTo Height = 345 Left = 975 TabIndex = 3 Top = 1005 Width = 4245 End Begin VB.TextBox textFrom Height = 375 Left = 975 TabIndex = 1 Top = 270 Width = 4260 End Begin VB.Label Label3 AutoSize = -1 ''''True BackStyle = 0 ''''Transparent Caption = "从 KB处开始拷贝" Height = 180 Left = 6090 TabIndex = 16 Top = 780 Width = 2790 End Begin VB.Label lblBlank BackStyle = 0 ''''Transparent Caption = "空白数据" Height = 180 Left = 285 TabIndex = 15 Top = 2760 Width = 5070 End Begin VB.Label lblSpeed BackStyle = 0 ''''Transparent Caption = "速度" Height = 180 Left = 285 TabIndex = 11 Top = 2475 Width = 5070 End Begin VB.Label lblTotal BackStyle = 0 ''''Transparent Caption = "总计" Height = 180 Left = 285 TabIndex = 8 Top = 1890 Width = 5070 End Begin VB.Label lblInfo BackStyle = 0 ''''Transparent Caption = "状态" Height = 180 Left = 285 TabIndex = 6 Top = 2175 Width = 5070 End Begin VB.Label Label2 AutoSize = -1 ''''True Caption = "目标文件:" Height = 180 Left = 105 TabIndex = 2 Top = 1050 Width = 810 End Begin VB.Label Label1 AutoSize = -1 ''''True Caption = "源文件:" Height = 180 Left = 135 TabIndex = 0 Top = 315 Width = 630 End End Attribute VB_Name = "frmCopy" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Option Explicit Private Declare Function OpenFile Lib "kernel32" (ByVal lpFileName As String, lpReOpenBuff As OFSTRUCT, ByVal wStyle As Long) As Long Private Declare Function DeleteFile Lib "kernel32" Alias "DeleteFileA" (ByVal lpFileName As String) As Long ''''Private Declare Function CreateFile Lib "kernel32" Alias "CreateFileA" (ByVal lpFileName As String, ByVal dwDesiredAccess As Long, ByVal dwShareMode As Long, lpSecurityAttributes As SECURITY_ATTRIBUTES, ByVal dwCreationDisposition As Long, ByVal dwFlagsAndAttributes As Long, ByVal hTemplateFile As Long) As Long Private Declare Function SetFilePointer Lib "kernel32" (ByVal hFile As Long, ByVal lDistanceToMove As Long, ByVal lpDistanceToMoveHigh As Long, ByVal dwMoveMethod As Long) As Long Private Declare Function WriteFile Lib "kerne

上一页  [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]  下一页

打印本文 打印本文 关闭窗口 关闭窗口