home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Programmer's Journal Buyer's Guide / Visual_Basic_Programmers_Journal_Buyers_Guide_CD-ROM_1994.iso / vbitsppt / swanson / demofile / readme.txt next >
Encoding:
Text File  |  1994-03-01  |  2.3 KB  |  51 lines

  1. **************************************************
  2. *          VBITS '94 - San Francisco             *
  3. * Session: Optimizing Visual Basic Applications  *
  4. *          Debugging Visual Basic Applications   *
  5. * Date: 2/28/94                                  *
  6. * Presenter: Scott Swanson - Microsoft Corp.     *
  7. * Last Updated: 3/1/94                           *
  8. **************************************************
  9.  
  10. *********** D I S C L A I M E R ******************************************
  11. These sample files are provided 'as is' for demonstration purposes only.
  12. All files are completely unsupported by either Scott Swanson, or Microsoft
  13. Corporation.
  14. **************************************************************************
  15.  
  16. File Listing:
  17. SRSOPTMZ.PPT            PowerPoint 4 format Optimization presentation.
  18. SRSDEBUG.PPT            PowerPoint 4 format Debugging presentation.
  19.  
  20. \OPTIMIZ\OPTIMIZE.MAK    Sample application that demonstrates the points
  21.                         covered by the optimization presentation.
  22.  
  23. \PASSARRY\PASSARRY.MAK    Sample application to demonstrate passing an
  24.                         array from VB3 to Excel 5 using OLE Automation.
  25.  
  26. \DEBUG\DEBUG.BAS        Basic module to turn on Windows API debugging.
  27. \DEBUG\NODIM.MAK        Shows what can happen if you don't Dim variables.
  28. \DEBUG\PRIME.MAK        Prime number generator.
  29. \DEBUG\STACK.MAK        Bad application.  Creates cascading events that
  30.                         use up the stack.
  31. \DEBUG\TAGS.MAK            How not to use the tag property.
  32. \DEBUG\VARIANTS.MAK        Examples of errors a Variant can introduce.
  33.  
  34. \OMB\STARTOMB.EXE        Extended object browser addin for Excel 5.
  35.                         STARTOMB.EXE will check to see if Excel is
  36.                         running and launch the OMB addin.
  37.                         
  38. Installing OMB:
  39.  
  40. - Copy \OMB\*.* to your Excel 5 directory.
  41. - Create a Program Manager icon for STARTOBM.EXE
  42. - If you are running Excel 5, a toolbar icon will appear.  Clicking the icon
  43.   will load and show the OMB window.
  44. - If you are running Visual Basic, double click on the STARTOMB icon you created.
  45.   This will launch the STARTOMB application.  It only runs in a minimized state.
  46.   Clicking on the STARTOMB minimized icon, will make Excel 5 load the OMB
  47.   addin and display the OMB window.  You can then copy and past object syntax
  48.   directly in to your Visual Basic code.
  49.  
  50. ***End of file
  51.