CAPTURE - Screen capture utility with Visual Basic 3 source code

This program is totally free and there are no warranties express or 
implied.  (I think that's proper the legal mumbo-jumbo.)  If you can, 
feel free to use this program in any way you please.

Capture is a small Visual Basic 3 program to capture a portion of the 
Windows screen and save it in a bitmap.  To start it, just execute the 
capture.exe program.  This will put a little form on the screen with 
one button labeled "Capture".  When you press it, the form hides 
itself and allows you to make a selection.  After you select part of 
the screen, an input box appears prompting you for a filename.  The 
.BMP extension is NOT automatically added to the filename.  To quit 
the program, you must choose Close from the control menu.  There isn't 
much error checking or anything fancy in this project, but it works.

This program uses several Windows API functions:

     - SetCapture, ReleaseCapture
     - BitBlt, StretchBlt
     - CreateDC, DeleteDC
     - ClientToScreen

If you decide to use it for anything or have any comments, drop me a 
line at maniv@aol.com.
