KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q275570: Learn Visual J++ 6.0 Now Comments and Corrections

Article: Q275570
Product(s): Microsoft Press
Version(s): 
Operating System(s): 
Keyword(s): kbdocfix kbdocerr
Last Modified: 07-APR-2001

-------------------------------------------------------------------------------
The information in this article applies to:

- MSPRESS Learn Microsoft Visual J++ 6.0 Now ISBN 1-57231-923-2 
-------------------------------------------------------------------------------

SUMMARY
=======

This article contains comments, corrections, and information about known errors
relating to the Microsoft Press book Learn Microsoft Visual J++ 6.0 Now, ISBN
1-57231-923-2.

The following topics are covered:

- Cover: Trial Version of Visual J++ Included With Product

- Page 66: CityHouseView Should Be CityViewHouse

- Page 70: "select Add" Should Be "select Add Method"

- Page 71: Revised Instructions For Adding Parameters To A Method

- Page 72: Delete First Sentence

- Page 89: Missing Line Of Code Under ColorDialog.showDialog

MORE INFORMATION
================

Cover: Trial Version of Visual J++ Included With Product
--------------------------------------------------------

The front and back covers of this book include the phrase "includes a
full-featured version of Visual J++ 6.0."

While the Visual J++ 6.0 compiler included with this book does include all of the
features of the full compiler, it is a 90-day trial version of the Visual J++
compiler. 90 days after the trial version is installed, the software will expire
and will no longer be usable.


Page 66: CityHouseView Should Be CityViewHouse
----------------------------------------------

On page 66, in the last paragraph, CityHouseView should be CityViewHouse.

Change:
"From the Class Outline window, right-click CityHouseView, and then select..."

To:
"From the Class Outline window, right-click CityViewHouse, and then select..."


Page 70: "select Add" Should Be "select Add Method"
---------------------------------------------------

On page 70, in the last paragraph, "select Add" should be "select Add Method".

Change:
"To add a method to the class CityViewHouse, right-click CityViewHouse in the
Class Outline window, and then select Add."

To:
"To add a method to the class CityViewHouse, right-click CityViewHouse in the
Class Outline window, and then select Add Method."


Page 71: Revised Instructions For Adding Parameters To A Method
---------------------------------------------------------------

On page 71, revise the instructions for adding parameters as follows.

Change:
"Name the method setAskingPrice and set the return type to void. Click the button
to the right of the Parameters button. To add parameters to your method,
double-click the Parameters box."

To:
"Name the method setAskingPrice and set the return type to void. To add
parameters to your method, click the button to the right of the Parameters
box."


Page 72: Delete First Sentence
------------------------------

On page 72, the first sentence can be deleted. You do not need to click the Add
button. The parameter is already listed in the Parameter List dialog box.

Delete:
"In the Edit Parameter List dialog box, click the Add button."


Page 89: Missing Line Of Code Under ColorDialog.showDialog
----------------------------------------------------------

On page 89, under the section titled "ColorDialog.showDialog", the following line
of code needs to be added.

result = myColorDialog.showDialog();


Microsoft Press is committed to providing informative and accurate books. All
comments and corrections listed above are ready for inclusion in future
printings of this book. If you have a later printing of this book, it may
already contain most or all of the above corrections.

Additional query words: J++ DevBook VJ Ingalls Jinguji

======================================================================
Keywords          : kbdocfix kbdocerr 
Technology        : kbMSPressSearch kbZNotKeyword2
Version           : :
Issue type        : kbinfo

=============================================================================

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.