home *** CD-ROM | disk | FTP | other *** search
- **************************************************
- * VBITS '94 - San Francisco *
- * Session: Optimizing Visual Basic Applications *
- * Debugging Visual Basic Applications *
- * Date: 2/28/94 *
- * Presenter: Scott Swanson - Microsoft Corp. *
- * Last Updated: 3/1/94 *
- **************************************************
-
- *********** D I S C L A I M E R ******************************************
- These sample files are provided 'as is' for demonstration purposes only.
- All files are completely unsupported by either Scott Swanson, or Microsoft
- Corporation.
- **************************************************************************
-
- File Listing:
- SRSOPTMZ.PPT PowerPoint 4 format Optimization presentation.
- SRSDEBUG.PPT PowerPoint 4 format Debugging presentation.
-
- \OPTIMIZ\OPTIMIZE.MAK Sample application that demonstrates the points
- covered by the optimization presentation.
-
- \PASSARRY\PASSARRY.MAK Sample application to demonstrate passing an
- array from VB3 to Excel 5 using OLE Automation.
-
- \DEBUG\DEBUG.BAS Basic module to turn on Windows API debugging.
- \DEBUG\NODIM.MAK Shows what can happen if you don't Dim variables.
- \DEBUG\PRIME.MAK Prime number generator.
- \DEBUG\STACK.MAK Bad application. Creates cascading events that
- use up the stack.
- \DEBUG\TAGS.MAK How not to use the tag property.
- \DEBUG\VARIANTS.MAK Examples of errors a Variant can introduce.
-
- \OMB\STARTOMB.EXE Extended object browser addin for Excel 5.
- STARTOMB.EXE will check to see if Excel is
- running and launch the OMB addin.
-
- Installing OMB:
-
- - Copy \OMB\*.* to your Excel 5 directory.
- - Create a Program Manager icon for STARTOBM.EXE
- - If you are running Excel 5, a toolbar icon will appear. Clicking the icon
- will load and show the OMB window.
- - If you are running Visual Basic, double click on the STARTOMB icon you created.
- This will launch the STARTOMB application. It only runs in a minimized state.
- Clicking on the STARTOMB minimized icon, will make Excel 5 load the OMB
- addin and display the OMB window. You can then copy and past object syntax
- directly in to your Visual Basic code.
-
- ***End of file
-