Does anyone know how to zip a file in vb code (or something else that compacts a file)
Printable View
Does anyone know how to zip a file in vb code (or something else that compacts a file)
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