home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 22 / CD_ASCQ_22_0695.iso / win / prg / photov11 / readme.txt < prev    next >
Text File  |  1995-01-02  |  6KB  |  277 lines

  1. #####################################################################
  2.  
  3.                         PhotoV VBX Control
  4.  
  5.                  Copyright 1995 Northeast Data Corp.
  6.  
  7.                         All Rights Reserved
  8.  
  9.  
  10. #####################################################################
  11.  
  12.  
  13.                            Version 1.1
  14.  
  15.  
  16. Product Description
  17. ===================
  18.  
  19. PhotoV is a VBX custom control that runs under Microsoft Windows
  20. version 3.1 or later. It displays and prints JPEG, 
  21. TIFF (Color, Group 3, Group 4), PCX, BMP, Targa, Photo CD and GIF files. 
  22.  
  23. The control can be used in Visual Basic versions 1.0 through 3.0 and
  24. later, and in Visual C++ version 1.0 or later. It is supported by the
  25. CVBControl Microsoft Foundation class in the C++ environments.
  26.  
  27.  
  28. Legal Information
  29. =================
  30.  
  31. Northeast Data Corp. owns the PhotoV VBX custom control. The demo version
  32. of the control is "shareware". It displays a registration dialog box 
  33. each time the application using the control is started. Users who register
  34. the control with Northeast Data receive a commercial version of the control,
  35. which is the same as the demo version but does not display the registration
  36. dialog box. 
  37.  
  38. All users of the PhotoV VBX custom control are granted the right to use the
  39. control in any applications they develop, without paying royalties of any
  40. kind to Northeast Data Corp. Also, users are not required to mention
  41. Northeast Data Corp. in any documentation or software that accompanies 
  42. their products.
  43.  
  44.  
  45. Recommended Equipment
  46. =====================
  47.  
  48. 486/33mhz PC 
  49. 16.7 million color ("True Color") video adapter
  50. 8mb RAM
  51.  
  52. Performance is affected significantly by your video adapter. PhotoV will
  53. operate with lower resolution adapters (down to 256 colors), a 386 CPU,
  54. and 4mb memory, but works best with the recommended configuration.
  55.  
  56. The best files to view are Photo CD files, since they are optimized for
  57. PC video display. The other file formats were developed at a time when
  58. PC video display hardware was less capable.
  59.  
  60.  
  61. Installation
  62. ============
  63.  
  64. Copy the vic.dll, pcdlib.dll, vbrun300.dll, and photov.vbx files to your 
  65. WINDOWS\SYSTEM directory. All other files can reside in the original
  66. installation directory. 
  67.  
  68. If you have Visual Basic, you can run it and load the project file from
  69. the installation directory. You can also add the photov.vbx file into a
  70. new project.
  71.  
  72. If you do not have Visual Basic, you can run the Photov.exe file directly
  73. from the installation directory.
  74.  
  75. If you are using Visual C++, you need access to the photov.h file. You 
  76. should copy this file into your INCLUDE path.
  77.  
  78.  
  79. Software Development Information
  80. ================================
  81.  
  82. The following describes the properties and events implemented in the
  83. PhotoV custom control. 
  84.  
  85.  
  86. Properties
  87. ----------
  88.  
  89. About
  90.  
  91.    Displays information about the PhotoV custom control
  92.  
  93. BackColor
  94.  
  95.    Color that appears around the image, inside the image window
  96.  
  97. BorderStyle
  98.  
  99.    0 - None
  100.  
  101.    1 - Single
  102.  
  103. Command
  104.  
  105.    1 - ZoomIn
  106.  
  107.    2 - ZoomOut
  108.  
  109.    3 - Increase Contrast
  110.  
  111.       Note: Contrast adjustment is not available for Photo CD images.
  112.  
  113.    4 - Decrease Contrast
  114.  
  115.       Note: Contrast adjustment is not available for Photo CD images.
  116.  
  117.    5 - Print
  118.  
  119.       Prints the image. The size of the image is about the same as it is 
  120.       currently on the screen.
  121.  
  122.    6 - Copy
  123.  
  124.       Copies the selected image region to the clipboard. The user selects
  125.       a region by dragging with the right mouse button.
  126.  
  127.  
  128.  
  129. DragIcon
  130.  
  131.    A standard VB property
  132.  
  133. DragMode
  134.  
  135.    A standard VB property
  136.  
  137. hdcPrn
  138.  
  139.    Handle to the HDC for printing. If you do not specify an HDC, the
  140.    PhotoV control will create one. Specifying an HDC allows the PhotoV
  141.    control to use the same printer that you may have specified for other
  142.    print functions in your application (where the user may have selected
  143.    a different printer from the default one).
  144.  
  145. Height
  146.  
  147.    Height of the PhotoV window, in twips.
  148.  
  149. HScrollPos
  150.  
  151.    Vertical scroll position of the image, in pixels.
  152.  
  153. Index
  154.  
  155.    A standard VB property.
  156.  
  157. Left
  158.  
  159.    Left side of the PhotoV window, in twips.
  160.  
  161. Menus
  162.  
  163.    A string that has a "0" or "1" character for each of these functions:
  164.  
  165.  
  166.       Operation            Position in string
  167.       -------------------- ------------------
  168.       MENUCOPY              1
  169.       MENUBESTFIT           2
  170.       MENUFITVERT           3
  171.       MENUFITHORZ           4
  172.       MENU1TO1              5
  173.       MENUINCREASECONTRAST  6
  174.       MENUDECREASECONTRAST  7
  175.       MENUZOOMIN            8
  176.       MENUZOOMOUT           9
  177.       MENUPRINT             10
  178.       MENUROTATE0           11
  179.       MENUROTATE90          12
  180.       MENUROTATE180         13
  181.       MENUROTATE270         14
  182.  
  183.  
  184.    This is the same string that is sent in the "MenuChange" event
  185.    parameter described below.
  186.      
  187. Name
  188.  
  189.    A standard VB property.
  190.  
  191. Picture
  192.  
  193.    The full filename of the image file to display. 
  194.  
  195. Rotation
  196.  
  197.    0 - 0 degrees
  198.    1 - 90 degrees
  199.    2 - 180 degrees
  200.    3 - 270 degrees
  201.  
  202. ScaleMode
  203.  
  204.    0 - Fit Vertical
  205.    1 - Fit Horizontal 
  206.    2 - Full Size (1 to 1 scaling)
  207.    3 - Best Fit
  208.    4 - Scale Percent (use the value in the ScalePercent property)
  209.  
  210. ScalePercent
  211.  
  212.    The percent of original image size to display the image.
  213.  
  214. ScrollBars
  215.  
  216.    0 - None
  217.    1 - Vertical
  218.    2 - Horizontal
  219.    3 - Both
  220.  
  221. TabIndex
  222.  
  223.    A standard VB property.
  224.  
  225. TabStop
  226.  
  227.    A standard VB property.
  228.  
  229. Tag
  230.  
  231.    A standard VB property.
  232.  
  233. Top
  234.  
  235.    Top of the PhotoV window, in twips.
  236.  
  237. Visible
  238.  
  239.    A standard VB property.
  240.  
  241. VScrollPos
  242.  
  243.    Vertical scroll bar settting for the image.
  244.  
  245. Width
  246.  
  247.    Width of the PhotoV window, in twips.
  248.  
  249.  
  250. Events
  251. ------
  252.  
  253. MenuChange (Menu As String)
  254.  
  255.    This event is sent whenever your application menus need to be updated.
  256.    The Menu string is described in the "Menus" property above. You can
  257.    use this event to enable or disable the appropriate menus in your
  258.    application.
  259.  
  260.    
  261.  
  262. Version Information
  263. ===================
  264.  
  265.  
  266. V1.1  (January 1995) - First release
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.    Northeast Data Corp.
  274.    2117 Buffalo Rd., Suite 290
  275.    Rochester, NY  14624
  276.  
  277.