home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / bytech / readme.txt < prev    next >
Text File  |  1995-09-13  |  6KB  |  134 lines

  1.                                  
  2.               Visual Forms/WIN and PrintWorks Evaluation Copy
  3.  
  4.   Included on this disk are two demo programs - Visual Forms/WIN and
  5.   PrintWorks VBX.  Use these products independently or with each other.
  6.  
  7.  
  8.                     ***  Visual Forms/WIN (VFW)  ***
  9.  
  10.   Files include: DESIGN.EXE, PANE.VBX, DESIGN.HLP, DESIGN.ICO
  11.  
  12.   This is a fully functional program for creating base forms (static)
  13.   as well as positioning your data fields (variable) directly on those forms.  
  14.   The ability to create a Windows Metafile (WMF) and Template File (TF) 
  15.   are not available in this demo.  However, these features plus creating 
  16.   a WMF with a placeable header are available in the distributed version.  
  17.   Read the Help file (DESIGN.HLP) to understand how the program works 
  18.   before you get started.
  19.  
  20.   1. Read the section in the Help file on how to move, re-size and select
  21.      objects as well as actions for keyboard Keys.
  22.  
  23.   2. When adding multiple lines of text, press CTRL+ENTER after each line
  24.      unless you want the text to wordwrap.
  25.  
  26.   3. Create a new Font List or add additional fonts the DEFAULT font list
  27.      before adding new text objects.
  28.  
  29.   4. Clicking the Properties button on the toolbar toggles it on/off.
  30.  
  31.   5. Press CTRL+Left Mouse button to add another object to already 
  32.      selected objects.
  33.  
  34.   Using Visual Forms/WIN (VFW)
  35.  
  36.   Visual Forms/WIN is an interactive forms designer that creates complex 
  37.   base forms and documents that are saved as standard Windows metafiles. 
  38.   You can even load a BMP file of a form directly into VFW and simply 
  39.   position your data fields.  This is a quick and easy way to create 
  40.   base forms with data fields.  Then include them into your application 
  41.   using PrintWorks VBX. (See below). Or load a BMP of the form and draw 
  42.   directly on top of it as if it were on a light box - to be saved as a 
  43.   Windows metafile.  This eliminates measuring and guess work.  Import 
  44.   OCR or ASCII text files and format as left, right, centered or fully 
  45.   justified.  This saves time in adding large copy blocks such as 
  46.   instructions found on many forms. If you don't like the way a font 
  47.   looks, make a global change from one font for another with a click of 
  48.   the mouse.  Copy or repeat one or more objects to another location -- 
  49.   ideal for labels or sections of a form containing similar yet different 
  50.   attributes.  
  51.   
  52.   Template files (TF) that are created with VFW are used with PrintWorks. 
  53.   Template files contain all the necessary information for your data 
  54.   fields - Xpos, Ypos, field name or system assigned number, font, text 
  55.   formatting, such as: left, right, center, decimal align or fully 
  56.   justified.  When used with PrintWorks, your customers preview and print
  57.   forms filled with data from within your Visual Basic application.
  58.  
  59.  
  60.                         *** PrintWorks VBX ***
  61.  
  62.   Files included: PWDLL.DLL, DMWIN.VBX, DMWIN.HLP, PRINTWKS.ICO
  63.       The only differnce between the evaluation copy and and program disk
  64.       is that DMWIN.LIC is not included with this evaluation copy.  It is
  65.       however, included on the Program disk when PrintWorks is purchased.
  66.  
  67.       TESTn.EXE, TESTn.*, WMF, TF, TFL, BMP - are used for the demo.
  68.                                                        
  69.   TEST1.EXE and TEST2.EXE are demos programs.  To run the demos, either 
  70.       click TEST1.EXE and TEXT2.EXE from the Windows File Manager, or 
  71.       create a Program Item on the Windows desktop using PRINTWKS.ICO for 
  72.       the icon.
  73.  
  74.   DMWIN.HLP is the help file.  Click this file from Windows File Manager  
  75.       to read.
  76.  
  77.   TEST1.EXE consists of 8 controls.  Make sure TF, TFL, BMP and WMF files
  78.       are in your working directory to run the demos.  TEST1.EXE 
  79.       demonstrates the following:
  80.  
  81.         Line objects, direct API calls
  82.         Three-D Bar, Bitmaps, starting Preview close up
  83.         Three-D Pie
  84.         Fonts and formatted text
  85.         Rotated Text, PrintEvent and PreviewingClosing custom events
  86.         Multiple pages, Forms, Templates, Data Fields, Metric units,
  87.                 Landscape orientation
  88.         Invisible control
  89.  
  90.   TEST2.EXE demonstrates using the control as a picture window. 
  91.       Command buttons show how to zoom in and out, and how the scroll 
  92.       bars automatically appear when needed.  This demo also shows how 
  93.       the PrintDocument property can be used with the control as a picture
  94.       window to create your own custom preview window.
  95.  
  96.  
  97.   Using PrintWorks VBX
  98.  
  99.   PrintWorks is a custom control that greatly simplifies creating, pre-
  100.   viewing and printing documents of all kinds.  When used with Visual
  101.   Forms/WIN, your users can preview, print and FAX forms filled with
  102.   data from within your program.  
  103.  
  104.   PrintWorks creates the output by actually drawing it, not by using 
  105.   graphics controls or executing a form print. PrintWorks uses the graphics 
  106.   capability of the Windows API to create scalable matafiles to represent 
  107.   each page.  This results in using less resouces and is the most efficient 
  108.   method to preview and print while at the same time produce the highest 
  109.   quality output.  Preview and print multiple pages with different
  110.   orientations (portait and landscape) and units of meassure (inches and
  111.   metric).
  112.  
  113.   There are approximately 90 properties to create customized forms and 
  114.   reports containing formatted text (including wordwrap and decimal align), 
  115.   lines, circles, rectangles, graphics, and arcs. The hMetaDC property 
  116.   contains the metfile device context allowing you to access the Windows 
  117.   API directly so that you can add your own routines.  You can also save 
  118.   PrintWorks metafiles to disk to use with other applicaitons. Use as a 
  119.   command button, a picture window or make invisible.
  120.  
  121.   Pricing:
  122.     Visual Forms/WIN $249.00
  123.     PrintWorks VBX $149.00 (OCX also available)
  124.  
  125.  
  126.   For more information contact:
  127.   Bytech Business Systems, Inc.
  128.   5C Medical Park Dr.
  129.   Pomona, NY 10970
  130.  
  131.   (914) 354-8666
  132.   (914) 354-5433 FAX
  133.   74577,1032 CompuServe
  134.