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

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