in TrueDowloader2.frm. 'TotalDownloaded ' is a signed long,
hence gives a maximum total download of 2GB before
overflowing. This is not trapped so VB bombs out.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1296082
The problem is caused by the line:
TotalDownloaded = TotalDownloaded + bytesTotal
in TrueDowloader2.frm. 'TotalDownloaded ' is a signed long,
hence gives a maximum total download of 2GB before
overflowing. This is not trapped so VB bombs out.