Wiley - Publishers Since 1807

United States Change Location

cart.gif CART |  MY ACCOUNT |  CONTACT US |  HELP    
Cover image for product 0764571982
Visual Basic 2005 Programmer's Reference
ISBN: 978-0-7645-7198-5
Paperback
1056 pages
October 2005
US $39.99 Add to Cart

This price is valid for United States. Change location to view local pricing and availability.

Other Available Formats: Adobe E-Book
  • Description
  • Table of Contents
  • Author Information
  • Errata
  • Download

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