Wrox Home  
Search titles for:

Topic: Visual Basic

Cover image for product 0470191341
Beginning Microsoft Visual Basic 2008
Thearon Willis, Bryan Newsome
ISBN: 978-0-470-19134-7
Paperback
912 pages
May 2008
Other Available Formats: Adobe E-Book
Paperback Version: US $44.99 Add to Cart

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
4 Error in Code
the sample code that is provided should contain a greater than or equal to operator in the second IF statement.
06/24/2008
98 Error in Code
the code area reads:

'Is intNumber greater than or equal to 27? If intNumber = 27 Then MessageBox.Show("Is 'intNumber' greater than or qual to 27? Yes!", "if Demo") Else MessageBox.Show("is 'intNumber' greater than or qual to 27? No!", "If Demo") End If

The operator is wrong.
If intNumber = 27 Then
Should be:
If intNumber >= 27 Then
06/04/08
192 Error in Try It Out
In Step 6 of the Try It Out on page 192, the reader is asked to set the Height property twice (to two different values: 185 and 200):

The height of the image should be 185. The second height should not be there.
09/08/08
626 & 627 Error in javascript
The javascript uses the innerText property that is not supported in firefox. To make the app work in firefox and IE change the javascript to

document.getElementById("lblClient").innerHTML = "Changed";
document.getElementById("lblServer").innerHTML = "Server";

inside of the btnClient_onclick() event.
06/13/2008
Get More Wrox For Less!

Visual Basic Resources