发表于:2003-03-12 09:16:00
8楼
hFileHandle = FreeFile
On Error GoTo GetInTouchTags_errHandle
Open sTagFileName For Binary Access Read As #hFileHandle
ReDim bByte(1) As Byte
bp = &H200 + 1
Do While bp < FileLen(sTagFileName)
Seek #hFileHandle, bp + &H54
bByte = InputB(1, #hFileHandle)