home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / windows / basic / vbo110 / readme.txt < prev    next >
Encoding:
Text File  |  1993-12-05  |  5.4 KB  |  107 lines

  1. VISUAL BASIC OFFICE - Version 1.1
  2. Marquette Computer Consultants, 22 Sirard Lane
  3. San Rafael, CA 94901-1066 (415)459-0835
  4. CompuServe 70413,3405
  5.  
  6. INSTALLING/UPGRADING VISUAL BASIC OFFICE
  7. ------------------------------------------------------------------------
  8. To install VBOffice 1.1 simply unzip these files into a new directory.  If
  9. VBOffice is already installed, just install these files over your current
  10. ones. If you wish to return to the previous version of the program, simply
  11. unzip these same files from your previous ZIP file (VBO103.ZIP).  There
  12. have been no changes to the format of VBOFFICE.DAT or VBOFFICE.INI, so
  13. it's easy to backpedal should you want to.
  14.  
  15. NEW FEATURES!
  16. ------------------------------------------------------------------------
  17. This release of VBOffice features the ScratchPad, which allows you to
  18. collect code from various places in your project into a single text
  19. editor.  The ScratchPad can fetch selected text from Notepad or from VB's
  20. code windows with the click of a button.  When you're done, VBOffice saves
  21. the text into Code Librarian or Code Typist file (depending on where you
  22. launched the ScratchPad from!).
  23.  
  24. The ScratchPad also automatically pops up when you *copy* the current Sub
  25. or Function into the Code Librarian; you use the ScratchPad to select and
  26. copy API, TYPE and CONST declarations into your modules.  Now you can
  27. create plug & play Code Librarian files which have the required API calls
  28. 'bundled in.'
  29.  
  30. There's also another placement option for the buttonbar; on top of VB
  31. itself! Now VBOffice can be configured to take up *no* additional screen
  32. space!
  33.  
  34. DESCRIPTIONS FOR THOSE WHO STILL DON'T KNOW WHAT THIS IS:
  35. ------------------------------------------------------------------------
  36. VBOffice is a VB add-in which enhances the VB programming environment. VBO
  37. provides popup windows which give quick access to program, help, document
  38. and VBX Files.  VBOffice also features advanced code management functions,
  39. extended undo via the Clipboard Monitor and API call evaluation assistance
  40. with the Handle List and SpyMode.
  41.  
  42. You can use VBOffice automatically by replacing all calls to VB.EXE with
  43. calls to VBOFFICE.EXE in all Program Manager entries.  If VB is correctly
  44. installed, VBOffice can launch it when it starts; it can also load the
  45. project you specify on the command line.
  46.  
  47. REGISTERING VISUAL BASIC OFFICE
  48. ------------------------------------------------------------------------
  49. If you're on CompuServe you can register this program by going to the
  50. Shareware Registration Database (GO SWREG) and registering program 1262.
  51. The $40.00 fee will be deducted from your CompuServe bill.  For more
  52. details, open VBOFFICE.HLP and click on "Registering Online."
  53.  
  54.  
  55. REVISION HISTORY...
  56.  
  57. 1.1     Added the ScratchPad text editor; coded it for use in creating new
  58.         Code Librarian and Code Typist modules; also coded it to allow
  59.         user to bundle API calls into new Code Librarian files.
  60.         ScratchPad can also load and save text files and has an AutoPop
  61.         option which pops it to the top when the mouse moves over it.
  62.         Also added positioning option to place the ButtonBar on *top* of
  63.         Visual Basic; now VBOffice can be configured to take up *NO*
  64.         additional screen space! Improved functions to obtain selected
  65.         text from code modules using new API calls.
  66.  
  67.         FIXES: Modified the routine to determine the actual location of
  68.         VB.EXE; If it's not specified in the INI file or the registration
  69.         database the user is prompted to enter it's full path and
  70.         filename.  This eliminated some inconsistencies with running VBO
  71.         under Windows NT.
  72.  
  73. 1.03    Maintenance Release 09/16/93.  Modified popup windows to be
  74.         modeless dialog children of Visual Basic using a newly discovered
  75.         technique. This speeds up the program overall, since all forms are
  76.         hidden more quickly when VB is minimize/d and the old code to do
  77.         this no longer takes up system time. File Import/Export routines
  78.         now return to original directory upon completion (no more "disk
  79.         not in drive A:" message). Fixed problem reading captions with
  80.         commas. HotKey settings are now correctly saved between sessions.
  81.  
  82. 1.01    Maintenance Release: 09/05/93.  Fixed bug which crashed VBOffice
  83.         when the buttonbar was on the bottom of the screen and a popup
  84.         window was loaded for the first time.  Code now correctly
  85.         positions all popup windows with default values when first loaded,
  86.         regardless of the position of the button bar.  Also repaired
  87.         problem which occurred when loading more than one HLP file at a
  88.         time.
  89.  
  90. 1.00    Initial release: 09/01/93.
  91.  
  92. DISCLAIMERS AND LEGAL NOTICES
  93. ------------------------------------------------------------------------
  94. Barry Seymour and Marquette Computer Consultants provides no warranties
  95. for this software (either expressed or implied) of any kind. By using this
  96. software, you agree to do so at your own risk and assume all
  97. responsibility for any results from using it.
  98.  
  99. NO LIABILITY: Barry Seymour and Marquette Computer Consultants shall not
  100. be held liable, in any event, for any damages resulting from the use,
  101. misuse, or inability to use this software.
  102.  
  103. COPYRIGHT: This software is owned by Barry Seymour and Marquette Computer
  104. Consultants and is protected by both United States copyright laws, and
  105. international treaty provisions.
  106.  
  107.