SAMPLES - STANDARD MODULES    


* NOTE : If you have problems downloading these files, try holding the <SHIFT> key and left-click on the URL of the file.  If that doesn't work, right-click on the URL of the file and select "Save Target As..." or "Save Link As..."

    Name:   Description:   Required:
modBitmap.vb  
This module is a collection of very useful functions designed for use with graphics manipulation. You can use it to find out information about pictures, or to render such pictures on to specified controls.

  Nothing

modCompress.vb  
This module was made to make it easy to access the power of zLib to compress and decompress files, byte arrays, and strings (which they themselves are a special type of byte array) from within Visual Basic. Refer to each function for more details on the use of this module.

ZLIB.DLL

modOS_Info.vb  
This module
is the equivelant of the "modOS_Info.bas" located on the www.TheVBZone.com web site... only it's written in 100% .NET code.  It tells you all the information about the computer's operating system that you're currently running (including versions, descriptions, and service pack information).

System.
Managment

modProgressBar.vb  
This module takes any ordinary control (must support the "CreateGraphics" method) and turns it into a fully functional dynamic ProgressBar with percentage display, color control, and gradient background options.

  Nothing