home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_tools / vboffice / readme.txt < prev    next >
Text File  |  1993-09-16  |  3KB  |  67 lines

  1. VISUAL BASIC OFFICE - Version 1.03
  2. Marquette Computer Consultants, 22 Sirard Lane
  3. San Rafael, Ca 94901-1066 (415) 459-0835
  4. CompuServe 70413,3405
  5.  
  6. INSTALLING VBOFFICE:
  7. ------------------------------------------------------------------------
  8. To install VBOffice, create a directory for the program and unzip the
  9. files in this zip file to it.  If you have a BETA TEST version of
  10. VBOFFICE already installed, just unzip these files into the VBOFFICE
  11. directory you previously created.  That will update your installation
  12. without changing your configuration. If you have received these files on
  13. diskette, you will also have a zipped copy of VBRUN300.DLL which
  14. VBOffice requires to run.
  15.  
  16. If you wish you can move the VBX and DLL files to the WINDOWS\SYSTEM
  17. directory, but it's not required.
  18.  
  19. REGISTERING VBOFFICE ON COMPUSERVE 
  20. ------------------------------------------------------------------------
  21. You can use the Shareware Registration database on CompuServe to
  22. instantly register your software.  GO SWREG and search on Registration
  23. ID #1262.  The $40.00 cost will be charged to your CompuServe account.
  24. I'll recieve instant notification of your registration and will e-mail
  25. you your registry code.
  26.  
  27. REGISTERING VBOFFICE BY MAIL
  28. ------------------------------------------------------------------------
  29. To register VBOffice by mail, open REGISTER.WRI using Windows Write and
  30. fill in the information there.  Print out the form and mail it to
  31. Marquette Computer Consultants with a check for $40 US.  Your registry
  32. code will be mailed or faxed to you upon receipt.
  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.
  37. VBO provides popup windows which give quick access to program, help,
  38. document and VBX Files.  VBOffice also features advanced code management
  39. functions, extended undo via the Clipboard Monitor and API call
  40. evaluation assistance 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
  44. correctly installed, VBOffice can launch it when it starts; it can also
  45. load the project you specify on the command line.
  46.  
  47. REVISION HISTORY...
  48. ------------------------------------------------------------------------
  49. 1.03    Maintenance Release 09/16/93.  Modified popup windows to be
  50.         modeless dialog children of Visual Basic using a newly
  51.         discovered technique. This speeds up the program overall, since
  52.         all forms are hidden more quickly when VB is minimize/d and the
  53.         old code to do this no longer takes up system time. File
  54.         Import/Export routines now return to original directory upon
  55.         completion (no more "disk not in drive A:" message). Fixed
  56.         problem reading captions with commas. HotKey settings are now
  57.         correctly saved between sessions.
  58.  
  59. 1.01    Maintenance Release: 09/05/93.  Fixed bug which crashed VBOffice
  60.         when the buttonbar was on the bottom of the screen and a popup window
  61.         was loaded for the first time.  Code now correctly positions all
  62.         popup windows with default values when first loaded, regardless
  63.         of the position of the button bar.  Also repaired problem which
  64.         occurred when loading more than one HLP file at a time.
  65.  
  66. 1.00    Initial release: 09/01/93.
  67.