OOP with Microsoft Visual Basic .NET and Microsoft Visual C# .NET Step by Step Comments And Corrections (322369)






This article was previously published under Q322369

SUMMARY

This article contains comments, corrections, and information about known errors relating to the Microsoft Press book OOP with Microsoft Visual Basic .NET and Microsoft Visual C# .NET Step by Step, ISBN 0-7356-1568-3.

The following topics are covered:

  • Page 99: DragOver Should Be DragEnter

MORE INFORMATION

Page 99: DragOver Should Be DragEnter

On page 99, at the bottom of the page:

Change:
"Enable dragging with the DragOver event"
...
Add code to the DragOver events"

To:
"Enable dragging with the DragEnter event"
...
Add code to the DragEnter events"

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.

Modification Type: Major Last Reviewed: 5/8/2002
Keywords: kbdocerr kbdocfix kbinfo KB322369