home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / addins / vb5addin / readme.txt < prev    next >
Text File  |  1998-04-02  |  939b  |  23 lines

  1. // Copyright (C) 1992-1998 Microsoft Corporation
  2. // All rights reserved.
  3.  
  4. VB4Addin: Add-in Created with Visual Basic 5.0
  5.  
  6. This sample demonstrates the minimal hooks needed to create a Visual C++ 6.0
  7. add-in using Visual Basic 5.0 (32 bit) Enterprise edition. This sample should
  8.  also build in Visual Basic 6.0.
  9.  
  10. To build the sample 
  11.  
  12. 1.   Start Visual Basic 5.0
  13. 2.   Load the project file (addin.vbp) and build the project.
  14. 3.   Place the vb4addin.dll in \Microsoft Visual Studio\Common\MSDev98\addins. 
  15.  
  16. To run the sample 
  17.  
  18. 1. Start Visual C++ and click Customize on the Tools menu.
  19. 2. Choose the Add-ins and Macro Files tab, and select the VBAddin Sample in the list box 
  20.     VB5Addin.dll creates a small toolbar that is visible when you close the Customize
  21.     dialog box.
  22. 3. Click the VB5Addin button on the newly created toolbar.  A dialog will appear indicating
  23.         that the Addin is correctly installed and working.