by Thomas P. (1 Submission)
Category: Files/File Controls/Input/Output
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(4 Votes)
This code compares 2 files (EXE, BMP or whatever) using the fastest possible way in VB, only asm is faster. its about 1MB/sec.
If you have problems opening the project in VB5 just remove :
Retained=0
ThreadPerObject=0
MaxNumberOfThreads=1
from the projekt1.vbp using notepad (or just create a new project and add the form and the module)
greets,
Tom