advertisement

Find Code  Advanced Search   

Free Newsletters:   
browse free vb code
Submit Code
ASP,  HTML, and XML
Database
Dates  and Math
Files  and Directories
Forms  and Controls
Lists,  Collections, and Arrays
Miscellaneous
Multimedia/Games
Office/VBA
Network/Internet
Registry
Screen/Graphics
String  Manipulation
System/API
Windows  2000/XP
VB.NET/ASP.NET



advertisement
Compress and Decompress Strings

Author: Phil Fresle
Category: String Manipulation
Type: Modules
Difficulty: Intermediate

Version Compatibility:  Visual Basic 5   Visual Basic 6

More information: Zlib Wrapper is a Visual Basic module that wraps the Zlib DLL as provided at the following web site:

http://www.cdrom.com/pub/infozip/zlib/

It allows you to compress and decompress strings. This is useful for manipulating and transmitting long string data, such as large text strings sent over the Internet.

A sample client is included to show you how to use the module.

This code has been viewed 67594 times.

Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.

code/zlibwrapper.zip

Sponsored Links