Dec 222017
 
VISUAL BASIC OFFICE Beta 0.93. *POWERFUL* VB add-on. Code Librarian, Code Typist, ClipBoard File Monitor/Manager, Buttonbar access to Help, Document, Project and VBX Files, Program Launcher, Handle List and more.

Full Description of File


VISUAL BASIC OFFICE Beta 0.93. *POWERFUL* VB add-on! Code
Librarian, Code Typist, ClipBoard File Monitor/Manager,
Buttonbar access to Help, Document, Project and VBX Files,
Program Launcher, Handle List and more! This file updates
VBOFFICE.EXE & VBOFFICE.HLP files only. VBO092.ZIP + VBO093.ZIP
= Latest version. VBRUN300.DLL, Windows 3.1 and Visual Basic
2.0 or 3.0 required.
***BETA TEST: PROGRAM WILL EXPIRE IN 45 DAYS!*** The 20
testers who report the most bugs will receive a free copy of
VBOffice when released. See VBOREAD.TXT for changes.



File VBO093.ZIP from The Programmer’s Corner in
Category BASIC Language
VISUAL BASIC OFFICE Beta 0.93. *POWERFUL* VB add-on. Code Librarian, Code Typist, ClipBoard File Monitor/Manager, Buttonbar access to Help, Document, Project and VBX Files, Program Launcher, Handle List and more.
File Name File Size Zip Size Zip Type
FILE_ID.DIZ 571 404 deflated
README.TXT 5799 2635 deflated
TPCREAD.ME 199 165 deflated
VBOFFICE.EXE 135249 50848 deflated
VBOFFICE.HLP 178275 48368 deflated

Download File VBO093.ZIP Here

Contents of the README.TXT file


VISUAL BASIC OFFICE Beta 0.93. *POWERFUL* VB add-on! Code
Librarian, Code Typist, ClipBoard File Monitor/Manager,
Buttonbar access to Help, Document, Project and VBX Files,
Program Launcher, Handle List and more! This file updates
VBOFFICE.EXE & VBOFFICE.HLP files only. VBO092.ZIP + VBO093.ZIP
= Latest version. VBRUN300.DLL, Windows 3.1 and Visual Basic
2.0 or 3.0 required.
***BETA TEST: PROGRAM WILL EXPIRE IN 45 DAYS!*** The 20
testers who report the most bugs will receive a free copy of
VBOffice when released. See VBOREAD.TXT for changes.

VISUAL BASIC OFFICE
Beta Test Version 0.93
Marquette Computer Consultants
22 Sirard Lane
San Rafael, Ca 94901-1066
(415) 459-0835
CompuServe 70413,3405

VBOffice is a VB add-in which enhances the VB programming environment.
You can use VBOffice automatically by replacing all calls to VB.EXE
with calls to VBOFFICE.EXE in all Program Manager entries. If VB is
correctly installed, VBOffice can launch it when it starts; it can
also load the project you specify on the command line.

This is the THIRD beta test release of Visual Basic Office. This is
an update of VBOFFICE.EXE and VBOFFICE.HLP *ONLY*. Barring major
changes, all subsequent beta test upgrades will only contain
VBOFFICE.EXE, VBOFFICE.HLP and this text file.


IF YOU HAVE VERSION 0.92 INSTALLED:================================

Simply copy over the current VBOFFICE.EXE and VBOFFICE.HLP
files with those from this ZIP file.


IF YOU HAVE VERSION 0.91 INSTALLED:================================

First make sure you have VBO092.ZIP. Then remove all files
matching VBOFFICE.* from your original installation directory
and remove all files matching VBO*.VBX and HOTKEY.DLL from the
WINDOWS\SYSTEM directory. Once you're done removing 0.91,
Install 0.92 according to the instructions in VBO092.ZIP.

You should then import your Code Typist and Code Librarian
files from the previous VBOFFICE.LIB directory. You can then
replace VBOFFICE.EXE and VBOFFICE.HLP with the same files from
this ZIP file, VBO093.ZIP.


BETA TEST NOTES:===================================================

All beta test versions of VBOffice will *EXPIRE* after 45 days. If
you wish to continue using the program you must download a newer beta
test version or the released shareware version. As a beta tester you
can 'register' this program with the Registry Code "BETA TEST" to
eliminate the reminder menus. The 20 beta testers who report the most
valid bugs will receive a free copy of VBOffice 1.0 when it is
released. If two testers report the same bug, the tester who reports
it first will receive credit for it.


PROBLEMS STILL OUTSTANDING: =======================================

For some perverse, unknown reason, the Code Typist occasionally wants
to crash VBO with an "Invalid Property Index" error. The exact
circumstances which cause this are unknown, but there are a few
known characteristics...
- It happens with a new installation of VBOffice
- It happens when there are no Code Typist files in VBOFFICE.LIB
- It happens when the user isn't "registered."
- IT DOESN'T ALWAYS HAPPEN! Grr! >:-|

I haven't been able to reproduce this in VB, and my efforts to
trap, identify and locate the bug from the runtime EXE have
been unsuccessful to date. I'll keep at it.

The revision history is listed below; I've found and fixed a lot of
bugs with your help! Have fun with VBOffice, and thanks in advance
for your help!

- Barry Seymour


BETA TEST REVISION HISTORY:========================================


0.93:Third beta test release: 7-23-93 09:03:00am

*A DEBUGGER WINDOW has been added to release 0.93 to help you
help mein spotting bugs. To enable the debugger window, edit
VBOFFICE.INI under the [Registration] section as follows:

Show Debugger=-1

This will show the debugger window, which displays the current
and previous code window handle and the Class Name of the currently
active Windows window (regardless of whether it's a code window or
not). The default is for this feature to be off.

*Program was reworked to use the API call GetClassName to more
reliably identify code windows and the project window. VBO no
longer uses the window caption, so forms and modules can have
any file extension the user desires.

*File Modify routine was fixed to no longer accept null strings
as menu caption names; this was causing a crash.

*The find button in ClipMon File Manager is now disabled when no
CLMfiles are found. This too was causing a crash.

*Code Typist routine to "Create New Code Fragment" fixed to be
"modal"; now the user can't create a second code fragment until
they've finished writing and saving the first!

*The startup sequence has been changed slightly so "registered"
users don't have to push a button to get rid of the title screen.
It also stays out of the way of VB's splash screen too."Unregistered"
users still have to press the OK button on the 'About' screen.

*Minor Screen.Mousepointer discrepancies were fixed.

*The help file was further updated and corrected.


0.92: Second beta test release: 7-15-93 09:02:00am

*SETUP now calls VBOSETUP.EXE which installs all files
to the same directory; the Windows SYSTEM directory is no longer
used. This makes it easier to uninstall the program; just delete
vbo*.* and hotkey.dll from the destination directory! Users of
0.91 should delete VBO*.VBX and HOTKEY.DLL from \WINDOWS\SYSTEM.

*The routine which obtains the location of VB.EXE from WIN.INI
was strengthened to allow for improper installation or erroneous
information in WIN.INI, as reported by a beta tester.

*If VBOffice is launched from the Program Manager with the "Run
Minimized" check box checked, the program now correctly minimizes
Visual Basic after launching it.

*The Configuration Window has two changes; you now disable Clipboard
capturing by setting the Maximum Clips to Store value to ZERO. Also
a "Play Chimes" checkbox was added to control the playing of the
CHIMES.WAV file when certain forms are opened.

*The Help file has been updated to reflect these changes.


0.91: First beta test release: 7-07-93 09:01:00am


 December 22, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)