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

  1. // Copyright (C) 1992-1998 Microsoft Corporation
  2. // All rights reserved.
  3.  
  4. API2HELP:  Creates HTML and RTF files to include in a Help system.
  5.  
  6. This sample shows how to create and use add-ins. It demonstrates working
  7. with various parts of the Developer Studio object model (primarily the Text
  8. editor), and shows features that can only be used from add-ins (as opposed to
  9. VBScript macros).
  10.  
  11. Running the Sample
  12.  
  13. 1.  Start Developer Studio, and on the Tools menu, click Customize.
  14. 2.  Choose the Add-ins and Macro Files tab, click the Browse button, and load
  15.     the API2Help.dll file.
  16.     Note: API2Help creates a small toolbar that is visible when you close
  17.     the Customize dialog box.
  18. 3.  Select a function prototype from a C/C++ source file.
  19. 4.  Click the API2Help button on the newly created toolbar, follow the
  20.     prompts, and fill in the appropriate information in the File
  21.     Generation Options dialog box.
  22. 5.  Modify your help system to include the newly generated files.
  23.