by synaptor (1 Submission)
Category: Files/File Controls/Input/Output
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(5 Votes)
Binary compare two files and save the differences to file. you need to 2 files with equal length, one original and one patched.
please register syntools.dll in your windows system with regsvr32.exe. syntools.dll provides standard common dialog functions like file dialogs for open and save, color picker window, file exists function and more...
you can download syntools.dll source right here at your mother of source codes. just follow the url below:
https://www.vbcoders.com/xq/ASP/txtCodeId.21368/lngWId.1/qx/vb/scripts/ShowCode.htm
feel free to email me if you have any questions or suggestions. mailto: [email protected]
Side Effects
none known side effects.
API Declarations' please copy syntools.dll to your system folder,
' and register it with regsvr32.exe
' btw. newer version of syntools dll will be
' allways available at
' www.planet-source-code.com
' the mother of source code.
Upload