Microsoft Visual Basic 2005 Step by Step Comments and Corrections (905036)



The information in this article applies to:

  • Microsoft Visual Basic 2005 Step by Step, ISBN 0-7356-2131-4

SUMMARY

This article contains comments, corrections, and information about known errors relating to the Microsoft Press book Microsoft Visual Basic 2005 Step by Step, ISBN 0-7356-2131-4.

The following topics are covered:

  • Page 291: Button1 referenced in place of Button3 in step 1
  • Page 347: Incorrect location specified for sample icon
  • Page 429: Arrow does not appear to the right of the Instructor field in step 2

MORE INFORMATION

Page 291: Button1 referenced in place of Button3 in step 1

On page 291, the third sentence of step 1 reads:

"Remember that you changed the Name property of this object from "Button1" to "btnMoveObjects" in an earlier exercise."

It should read:

"Remember that you changed the Name property of this object from "Button3" to "btnMoveObjects" in an earlier exercise."

Page 347: Incorrect location specified for sample icon

On page 347, the final cell in the first row reads:

""c:\vbnet03sbs\chap15\sun.ico"
StretchImage"

It should read:

""c:\vbnet05sbs\chap15\sun.ico"
StretchImage"

Page 429: Arrow does not appear to the right of the Instructor field in step 2

On page 429, under the "Use the Data Sources window to create database objects on a form", add the following note after Step 2:

"If the arrow does not appear to the right of the Instructor field in the Data Sources window, make sure that the Form1.vb[Design] tab is active in the Designer window, and then click the Instructor field again."

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.

The print number of the book is located on the copyright page in the form of a string of numbers. For example: "2 3 4 5 6 7 8 0 QWT 9 8 76 5 4". The first number in the string is the the print number. In this example, the print number is 2.

Modification Type:MinorLast Reviewed:7/19/2006
Keywords:kbinfo kbdocerr KB905036 kbAudEndUser