Chapter Page Details Date Print Run 3 39 Maximum value for float, double and decimal types The maximum values for the float, double and decimal types have been incorrectly formatted. They should be 2 to the power of 24 for float, 2 to the power of 53 for double, and 2 to the power of 96 for decimal. Also, the minimum exponent (Mine in the table) for decimal is -28 and not -26. 29-Nov-02 1 7 178 Writing Text to the Output Window The heading halfway down the page that reads: "Try It Out - Writing Text to the Output Window" should really say "Try It Out - Handling Exceptions", since that is what the exampe is effectively demonstrating. 21-Jan-03 1 12 Bug Solution to 2nd Exercise of Chapter 12 See the download page for the solution file. 2/1/05 15 459 dlgOpenFile In the second line from the bottom of the page, the name for the OpenFileDialog instance should be dlgOpenFile, not dlgOpen as mentioned there. It is correct in the subsequent code. 29-Nov-02 1