http://www.vb-helper.com/HowTo/scrgrab2.zip

	Purpose
Let the user grab part of the screen and save it in a JPEG file

	Method
Capture an image of the whole screen and display it. Let the user click and drag to select part of it.

Thanks to Sergio Perciballi (oigres@postmaster.co.uk).

With help from Neil Crosby, Sergio modified the original version to save JPEG files. To do this, download and install Intel's JPEG library from:

    http://developer.intel.com/software/products/perflib/ijl/index.htm

Install the library and copy ijl15.dll into the Windows\System directory.

When you use the program to save a file, give it a .jpg extension and the program uses the library to save the file in JPEG format.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
