Contents
SlavaSoft QuickHash Library Online Help
The following sample(s) demonstrates how to use the QuickHash Type Library to calculate the CRC32 checksum for a file.
Visual Basic Example
Private Sub MyButton_Click()
'Calculate and Show the hexadecimal representation of the checksum
MsgBox QHASH_FileHexDigest(CRC32_ALGID, "C:\Test\Test.txt", True)
End Sub
Type Library Overview | Type Library Functions | Useful Links | HashCalc