Wiley.com
Print this page Share

Professional Visual Basic 2008

ISBN: 978-0-470-19136-1
Paperback
1464 pages
May 2008
Professional Visual Basic 2008 (0470191368) cover image
This title is out-of-print and not currently available for purchase from this site.

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
17 Typo
32-byte system

should be:

32-bit system
10/15/08
28 Error in Text
Under Multidimensional Arrays in the second paragraph, fourth line:

arrMyIntArray4(2,3)

should be

arrMyIntArray4(3,2)


arrMyIntArray4(2,3) doesn't exist when "Dim arrMyIntArray4( , ) as Interger = { {1, 2, 3},{4, 5, 6}, {7, 8, 9}, {10, 11, 12}, {13, 14, 15} }
10/9/09
10 408 Typo in Firgure 10-3
XmLMode

Should be

XmlNode
1/26/09
13 Error in Text
In the last sentence of the fourth paragraph:

The first If statement in the following example illustrates the default order, while the second and third use...

Should be:

The second If statement in the following example illustrates the default order, while the first and third use...
4/6/10

Related Titles

More By These Authors

Visual Basic

by István Novák, Andras Velvart, Adam Granicz, Gyorgy Balássy, Attila Hajdrik, Mitchel Sellers, Gastón C. Hillar, Ágnes Molnár, Joydip Kanjilal
by Thearon Willis, Bryan Newsome
by Evangelos Petroutsos
by Mark Grand, Brad Merrill
Back to Top