vb6 - Read a binary file into an array - Stack Overflow

vb6 - Read a binary file into an array - Stack Overflow

瀏覽:1403
日期:2025-04-29
What's the fastest way (using VB6) to read an entire, large, binary file into an array? ... You can compare these two Private Function ReadFile1(sFile As String) As Byte() Dim nFile As Integer nFile = FreeFile Open sFile For Input Access Read As # ......看更多