Wiley.com
Print this page Share

Visual Basic 2005 Programmer's Reference

ISBN: 978-0-7645-7198-5
Paperback
1056 pages
October 2005
Visual Basic 2005 Programmer's Reference (0764571982) 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
26 Error in Text
On page 26, in the first paragraph:
text reads:
"In Figure 1-21, line number 4 displays..."

should read:
"In Figure 1-21, line number 3 displays..."
11/03/06
33 Error in Text
Middle of the page, "Command and Intermediate" should be "Command and Immediate"
11/18/05
179 Error in Code/Text
In the table at the bottom of the page the Meaning for Syntax "result_boolan = Date.op_Equality(date1, date2)"

text reads:
"True if date1 > date2"

should read:
"True if date1 = date2"
11/03/06
212 Error in Code
Second highlighted code:

variable = IIf(condition, value_if_false, value_if_true)
Should read as:
variable = IIf(condition, value_if_true, value_if_false)
1/6/06
Back to Top