Click to See Complete Forum and Search --> : Zip with Vb


dammansky
May 14th, 2001, 04:41 AM
Does anyone know how to zip a file in vb code (or something else that compacts a file)

cksiow
May 14th, 2001, 04:50 AM
check this out

http://www.codeguru.com/vb/articles/1854.shtml

if you want to learn more on haffman encoding, example can be found at http://vblib.virtualave.net - vbCompress class.

HTH