Article ID: 905047 - Last Review: March 28, 2007 - Revision: 1.1

Programming Microsoft Windows Forms Comments and Corrections

On This Page

Expand all | Collapse all

SUMMARY

This article contains comments, corrections, and information about known errors relating to the Microsoft Press book Programming Microsoft Windows Forms, ISBN 0-7356-2153-5.

The following topics are covered:

  • Page 115: Alignment for Anchor property incorrect
  • Page 115: Alignment for Anchor property incorrect

MORE INFORMATION

Page 115: Alignment for Anchor property incorrect

On page 115, the 7th and 8th bullet points down from the top of the page read:

"AnchorStyles.Top | AnchorStyles.Bottom: Aligned in the center
AnchorStyles.None: Vertically expanded to the same height."

They should read:

"AnchorStyles.Top | AnchorStyles.Bottom: Vertically expanded to the same height.
AnchorStyles.None: Aligned in the center"

Page 115: Alignment for Anchor property incorrect

On page 115, the last two bullet points from the bottom of the page reads:

"AnchorStyles.Left | AnchorStyles.Right: Aligned in the center
AnchorStyles.None: Horizontally expanded to the same width"

They should read:

"AnchorStyles.Left | AnchorStyles.Right: Horizontally expanded to the same width
AnchorStyles.None: Aligned in the center"

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.

APPLIES TO
  • Programming Microsoft Windows Forms, ISBN 0-7356-2153-5
Keywords: 
kbinfo kbdocfix kbdocerr KB905047
 

Article Translations