The Wayback Machine - https://web.archive.org/web/20110523061543/http://www.codeguru.com:80/vb/gen/vb_graphics/fileformats/

    File Formats

    Rendering Images in ASP.NET Directly from Your Database

    There's no need to store file system paths in a database. Just store images in your database and then directly load them to your ASP.NET pages.

    Load Images from and Save Images to a Database

    Learn how to build a Windows Forms interface that allows you to work with your images database.

    Zip and Unzip Using VB5 or VB6

    Learn how to use Zip and Unzip compatible methods with VB5 or VB6. All the code is contained in class modules that can either be compiled into an ActiveX or dropped into an existing project. The Zip/Unzip functionality is handled by the FreeWare InfoZip components from (http://www.cdrom.com/pub/infozip ) - these DLL's are included in the download.

    Convert Between Image Formats in .NET

    Converting from one image format to another could not be easier!