home *** CD-ROM | disk | FTP | other *** search
/ Media Share 13 / mediashare_13.zip / mediashare_13 / ZIPPED / GRAFX / FINEDRAW.ZIP / README.TXT < prev    next >
Text File  |  1994-01-12  |  2KB  |  64 lines

  1. FineDraw
  2.   by Bennet-Tec Information Systems
  3.   
  4. Thank you for trying FineDraw.  This is a simple paint program 
  5. built in Visual Basic to demonstrate our VBX Artist and PicScroll 
  6. custom controls.  This version of FineDraw may be freely used and 
  7. carries no shareware registration fees. Our distribution policy is 
  8. that you may freely distribute the archived file ART_DEMO.EXE as is 
  9. with no changes.  Other files may not be distributed on their own.  
  10.  
  11. ---------------------------
  12.  
  13. FineDraw shows off the power of two of our most useful controls, 
  14. VBX Artist and PicScroll.  
  15.  
  16. VBX Artist:
  17.  
  18. VBX Artist is a powerful Visual Basic custom control designed 
  19. for image manipulation.  Simply drag it across the screen and 
  20. paint in any one of a variety of modes:  Pen, Brush, Filled or 
  21. empty rectangle or ellipse, Line, Eraser, Screen Clipper, 
  22. Flood Fill, or Spray Can.  
  23.  
  24. The code can be complex or as simple as 
  25.  
  26.     Sub PicScroll_MouseMove (....)
  27.         Art1.Mode= 1 ' selects the pen
  28.         Art1. Drag   ' draws while the mouse is moving
  29.     End Sub
  30.  
  31. Everything can be controlled via properties from colors (fore, fill and 
  32. back), to brush size, to target window.  You can even set the brush 
  33. mask to that of a small bitmap.  
  34.  
  35. PicScroll:
  36.  
  37. PicScroll is our scrollable, zoomable, drop-file aware picture box 
  38. control. Supports scrolling via mouse dragging, scroll bars, or 
  39. programmatic control.  The image may be zoomed in or stretched to fit.
  40.  
  41. PicScroll may be used as a container control allowing the scrolling of a 
  42. any controls placed within.
  43.  
  44. PicScroll can even handle metafiles and can be used to display 
  45. individual metafile records.  
  46.  
  47. PicScroll is "DropFile Aware" and will accept files dragged from other
  48. applications such as file manager.  Events are triggered for each file
  49. dragged allowing the loading of one or more pictures in a slide show, or
  50. with some extra coding, the ability to initiate other actions on 
  51. dropped files. 
  52.  
  53. ---------------------------
  54. For further information on FineDraw, PicScroll, VBX Artist or any of 
  55. our other controls contact us at:
  56.  
  57.     Bennet-Tec Information Systems
  58.     10 Steuben Drive, Jericho, NY 11753
  59.     (516) 433-6283  Fax (516) 822-2679
  60.     E-Mail 71201.1075@Compuserve.Com
  61.  
  62. Remember - Bennet-Tec also handles custom development projects.  We want
  63. to make you look sharp - call us.
  64.