WinCapture V1.1

WinCapture is a screen image capture. It saves the full screen image or a window
image to a bitmap file.  The new feature in this release allows user to createa 
compressed BMP file. It can run as a independent application or as a part of 
an other application. 
                     

Executions:              
 1. Run as a application:
    (1) Start SCRCPT.exe from Program Manager, File Manager or DOS.
    (2) A Small window with text "Capture" appears on the screen.
    (3) Double click or press "Enter" on the small window to capture the full 
        screen image to a file.
    (4) The name of the saved image file is CPTx.BMP (x=0-99) in the directory
        of the SCapture.exe file.
    (5) The file name can be changed by passing the new name on command line.  
        Example:  SCRCPT.EXE name.BMP

 2. Run once only:
    (1) The program SCRCPT.EXE will end itself after capture one full screen 
        image.
        Example: SCRCPT.EXE $   
    (2) The name of the saved image file is CPTx.BMP (x=0-99) in the directory 
        of the SCapture.exe file.
    (3) The file name can be changed by passing the new name on command line.  
        Example:  SCRCPT.EXE $name.BMP

 3. Run as a part of an other application: 
    (1) The program SCRCPT.EXE will capture a window image by passing the
        window handle.                 
    (2) The program SCRCPT.EXE will end itself after capture one window image.
    (3) Start SCRCPT.exe from a application.
        Example for capture a window image:  
          In VB:
              shell("SCRCPT.EXE $ " + hWnd)            
          or  shell("SCRCPT.EXE $name.BMP " + hWnd) 
          
          In C:
              WinExec("SCRCPT.EXE $ " + hWnd, 1)   
      
        Example for capture the full screen image:  
          In VB:
              shell("SCRCPT.EXE $")            
          or  shell("SCRCPT.EXE $name.BMP") 
          
          In C:
              WinExec("SCRCPT.EXE $", 1)   

 (NEW feature)
 4. Create a Compressed Bitmap file:   
	(1) From Other application:
       Add "#" at the command line to create a compressed (RLE) BMP file.  
        Example 1: capture a window image:  
          In VB:
              shell("SCRCPT.EXE #$ " + hWnd)            
          or  shell("SCRCPT.EXE #$name.BMP " + hWnd) 
          
          In C:
              WinExec("SCRCPT.EXE #$ " + hWnd, 1)   
      
        Example 2: capture the full screen image:  
          In VB:
              shell("SCRCPT.EXE #$")            
          or  shell("SCRCPT.EXE #$name.BMP") 
          
          In C:
              WinExec("SCRCPT.EXE #$", 1)   
          

	(2) From Command line:
        Example 1: Capture the full screen image. 
		  SCRCPT.EXE #$name.BMP
        
	(3) Use Right Button to select Compressed/Uncompressed BMP file:      
        (1) Click the right mouse button on the small window to bring up a choice
			menu.
		(2) Click left or right mouse button to select. The menu will close after the 
			mouse butten being released.
  


Technical Support:
  Contact the author at CompuServe 72673,3325
                        

-------- Registration ------------------------------------

You are limited to 10 Days of use for an unregistered version.

WINCAPTURE is a shareware program. If you find it useful and continue to use it
you are obligated to register it with the author by sending $10.00 to:

        Jing Liao
        8008 Quail Meadow Lane
        West Chester, OH 45069