Skip Navigation Links
Skip Navigation LinksHome > ZipArchive > How to Use > Article
Integrating Help Files with MSDN
Applies To: Microsoft Visual Studio 6.0

Integration

If you wish to integrate the ZipArchive help system with the MSDN library you need to:
  • Obtain the ZipArchive HTML Help documentation. You can download it from the Artpol Software site.
  • Copy the index.chm and index.chi files to the directory of your choice. You can rename them, if you want to.
  • Download a free MSDN Integration Utility by Kirk Stowell from the Code Project site or from the Artpol Software site.
  • Use the MSDN Integration Utility for the help files you have prepared.
  • Pressing now the F1 key on a ZipArchive Library method or a class in the Visual Studio brings up the MSDN help. You also can use the searchable ZipArchive collection inside the MSDN.
  • When you use the help index for the first time after integration, the index will be rebuilt, which can be a time-consuming process.
Article ID: 0610250032
Back To Top Up