This section of the archives stores flipcode's complete Developer Toolbox collection, featuring a variety of mini-articles and source code contributions from our readers.

 

  Seeing Only VC Documentation In MSVC's Help
  Submitted by



By default, a full install of MSDN will include VisualBasic, Java and other documentation in the help system. This makes it harder for C++ programmers to search the documentation because they find many matching terms that are for languages/APIs other than C++.

DevStudio includes options for customizing the help facility to show only a subset. You can reach these by using Help -> Contents from the main DevStudio menu bar to bring up the MSDN window, then View -> Define Subset to bring up the subset editor. In this window you can selectively add and remove help topics. The two list controls in this dialog are really trees-- double click to expand the heirarchy. I include Visual C++ Documentation, Platform SDK, SDK Documentation, and Knowledge Base when doing Visual C++ development. Don't forget to name and save your new subset. In the MSDN search window, you can now set the Active Subset (right above the search box) to your new subset and see only documentation you want.

Morgan McGuire

The zip file viewer built into the Developer Toolbox made use of the zlib library, as well as the zlibdll source additions.

 

Copyright 1999-2008 (C) FLIPCODE.COM and/or the original content author(s). All rights reserved.
Please read our Terms, Conditions, and Privacy information.