     *====================================================*
       PicScroll - Scrollable, Scalable Picture Box Control
              (included at no extra charge with VBX Artist)
     *====================================================*

GENERAL DESCRIPTION:

PicScroll is a Scrollable Scalable Picture Box control designed for Visual Basic 
programmers by Bennet-Tec Information Systems.  

FEATURES:

The PicScroll control has several useful features, not available in other Visual Basic picture controls:

	  PicScroll is Data Aware.

	  PicScroll supports all the types of images produced by
	  LoadPicture() function.

	  PicScroll images can be scrolled.  PicScroll offers three
	  flavors of scroll control: dragging with mouse, scrollbars 
	  and programmatically setting of X and Y offset values. The
	  scroll facility can also be used in creating animation 
	  effects.

	  PicScroll pictures can be scaled. You can specify picture 
	  size different from its original size and the picture will 
	  be stretched or condensed accordingly.  The Stretch property
	  allows automatic upon end-user resizing of the control.

	  PicScroll accepts Dropped Files.  One or more files can be
	  dragged from the File Manager or our own enhanced file list
	  control and dropped into the PicScroll control.  Unlike 
	  standard VB Drag and Drop, PicScroll's DropFile event 
	  captures the filenames directly, facilitating the 
	  implementation of file processing applications.

	  PicScroll supports Clipping of Icons and MetaFiles, not just 
	  the BitMaps supported by VB's own PicClip control.

	  PicScroll is a container control able to optionally resize and
	  scroll it's child controls with it's internal bitmap.  The bitmap
	  may also be manipulated independantly of the child contols

	  PicScroll's unique metafile support allows you to display individually
	  selected metafile records.

