Help: Where are the examples in the VS 2005 Express Documentation?

I keep trying to use the VS 2005 Express documentation, but it often refers to example code that doesn't exist in the text. Do I have an old version? (This version came with the IDE download.) Are the examples online someplace?
[241 byte] By [LouArnold] at [2007-12-24]
# 1
Check if you can find them here...
nobugz at 2007-10-7 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...
# 2
The examples are in fact in the MSDN2 Library documentation at http://msdn2.microsoft.com/en-us/Library.
Note that this replaces the old MSDN Library.

The MSDN2 library documentation repeats at least some of the help text documentation that comes with the VS2005 Express IDE download.
Some investigation produced some interesting results:
1) when the Document Explore (that;'s the help system) was asked to search online for something that existsi in local help, it found nothing. So it doesn't appear to be looking through the MSDN2 Library.
2) the help system will only use MS Internet Explorer; there is no apparent way to tell it to use another web browser.

LouArnold at 2007-10-7 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...