home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / bmpview3.zip / BMPVIEW1.DOC next >
Text File  |  1994-09-13  |  5KB  |  82 lines

  1.  
  2. *********************************************************************
  3. *********************************************************************
  4. *  Date    - 09/12/94                                               *
  5. *  Files   - BMPVIEW3.exe & BMPVIEW3.doc                            *
  6. *  Purpose - Displays .BMP images                                   *
  7. *  Author  - Pete Graszer                                           *
  8. *  Internet  pete.graszer@aquila.com                                *
  9. *                                                                   *
  10. *  Before BMPVIEW3 can run DLL file VROBJ.DLL must be put into      *
  11. *  your LIBPATH (CONFIG.SYS) or in the same directory as BMPVIEW3.  *
  12. *  Remember that any changes to your CONFIG.SYS file will require   *
  13. *  you to re-boot.                                                  *
  14. *  VROBJ.DLL can be found on your local OS/2 BBS for it to          *
  15. *  execute properly.                                                *
  16. *********************************************************************
  17. *                                                                   *
  18. *  BMPVIEW3.exe is for displaying BMP images under OS/2 2.x.        *
  19. *  It was created using VX-REXX version 2.1.                        *
  20. *                                                                   *
  21. *  To use BMPVIEW3 simply execute it in an OS/2 window.             *
  22. *  When the program loads you will see a dialog message from        *
  23. *  me, simply click 'OK' and it's gone.  You'll see an entry        *
  24. *  field to your right.  If "C:\OS2\BITMAP" is not your current     *
  25. *  BMP path (where you keep all your BMP's) just click on the       *
  26. *  entry field and change it.                                       *
  27. *                                                                   *
  28. *  Right under the current path is another field.  If you click     *
  29. *  on the arrows to the right of the field you will see your        *
  30. *  BMP's read in.  Click on the BMP that you want to VIEW and       *
  31. *  select "VIEW".                                                   *
  32. *                                                                   *
  33. *  VIEW will display your image in the BMP window.  To see          *
  34. *  another image just select it from your BMP list and VIEW         *
  35. *  again.                                                           *
  36. *                                                                   *
  37. *  EXPAND will take the currently selected BMP and expand it        *
  38. *  to a full screen image.  Double click the icon in the top        *
  39. *  left corner to return to the main program window.                *
  40. *                                                                   *
  41. *  DELETE will allow you to delete an unwanted BMP.                 *
  42. *  (This feature is for registered users only.)                     *
  43. *                                                                   *
  44. *  EXIT does just that, exit's you out of the program.              *
  45. *                                                                   *
  46. *  REGISTERED USERS:  IF you reigister BMPVIEW3 please include      *
  47. *  the following info. and I'll "Customize" your registered         *
  48. *  version.                                                         *
  49. *                                                                   *
  50. *  DEFAULT BMP PATH: ie: "C:\OS2\BITMAP"                            *
  51. *  DEFAULT BMP:  The BMP you would like to have execute at          *
  52. *                start-up.  I can also leave this blank.            *
  53. *                                                                   *
  54. *  By the way:  If your path was "C:\OS2\BITMAP" and you            *
  55. *               have OS2LOGO.BMP in that path it should             *
  56. *               have executed on start-up.                          *
  57. *                                                                   *
  58. *  If you have ANY comments, suggestions etc. Please feel           *
  59. *  free to drop me a line.                                          *
  60. *                                                                   *
  61. *                                         Pete Graszer              *
  62. *                                         ( 09/12/94 )              *
  63. *                                                                   *
  64. *********************************************************************
  65. *********************************************************************
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.