 |
 |
 |
Deitel Home About Deitel & Associates, Inc. Opportunities for Contract Trainers Media Kit Press Deitel SiteMap Deitel Gear at CafePress.com
Apps
Resource Centers
Training On-Site, Instructor-Led Training Training Overview Course Catalog and Pricing GSA Course Catalog and Pricing C Programming Curriculum Overview CPlusPlus Programming Curriculum Overview Java Programming Curriculum Overview Internet & Web Programming Curriculum Overview iPhone App Development for Programmers Visual Basic Programming Curriculum Overview Visual C# Programming Curriculum Overview Visual C++ Programming Curriculum Overview Self-Paced Training (DVD/Online)
Video
Books LiveLessons Video-Based Training Android Android for Programmers Android How to Program C C How to Program, 7/e C How to Program, 6/e C How to Program, 5/e Past Editions C How to Program, 3/e C How to Program, 2/e C How to Program, 4/e C++ C++ How to Program, 8/e, Early Objects Version C++ How to Program, 7/e C++ How to Program, Late Objects Version, 7/e C++ How to Program, 6/e C++ for Programmers Visual C++ 2008 How to Program, Second Edition Small C++ How to Program, 5/e Simply C++, 1/e Past Editions C++ How to Program, 5/e C++ How to Program, 4/e The Complete C++ Training Course, 4/e C++ In the Lab, 4/e C++ How to Program, 3/e The Complete C++ Training Course, 3/e C++ In the Lab, 3/e C++ How to Program, 2/e The Complete C++ Training Course, 2/e Visual C++ .NET A Managed Code Approach, 1/e Getting Started with Visual C++ 6, 1/e Visual C++ .NET How to Program, 1/e C# Visual C# 2010 How to Program C# 2010 for Programmers, 4/e Visual C# 2008 How to Program, 3/e C# 2008 for Programmers, 3/e Visual C# 2005 How to Program, 2/e C# For Programmers, 2/e Simply C#, 1/e Past Editions C# A Programmer's Introduction, 1/e C# for Experienced Programmers, 1/e C# How to Program, 1/e Internet/Web/Scripting Internet & World Wide Web How to Program, 5/e Internet & World Wide Web How to Program, 4/e JavaScript for Programmers Ajax, RIAs and Web Development for Programmers Internet & World Wide Web How to Program, 3/e Perl How to Program, 1/e Python How to Program, 1/e Web Services A Technical Introduction, 1/e Past Editions Internet & World Wide Web How to Program, 2/e Internet & World Wide Web How to Program, 1/e Wireless Internet & Mobile Business Training, 1/e e-Business & e-Commerce Training Course, 1/e Wireless Internet & Mobile Business How to Program e-Business & e-Commerce How to Program, 1/e e-Business & e-Commerce for Managers, 1/e iPhone iPhone for Programmers: An-App Driven Approach Java Java How to Program, 9/e, Early Objects Version Java for Programmers, 2/e Java How to Program, 8/e, Early Objects Version Java How to Program, 8/e, Late Objects Version Java for Programmers Java How to Program, 7/e Java How to Program, 6/e Simply Java Programming, 1/e Small Java How to Program, 6/e Java Web Services for Experienced Programmers, 1/e Past Editions Java How to Program, 5/e Java Student Solutions Manual, 5/e The Complete Java 2 Training Course, 5/e Java in the Lab, 5/e Java How to Program, 4/e The Complete Java Training Course, 4/e Java in the Lab, Java How to Program, 4/e Java How to Program, 3/e The Complete Java 2 Training Course, 3/e Java How to Program, 2/e The Complete Java Training Course, 2/e Java How to Program With Intro to Visual J++, 1/e Advanced Java 2 Platform How to Program, 1/e Operating Systems Operating Systems, 3/e Visual Basic Visual Basic 2010 How to Program Simply Visual Basic 2010 Visual Basic 2008 How to Program Simply Visual Basic 2008, 3/e Visual Basic 2005 for Programmers, 2/e Visual Basic 2005 How to Program, 3/e Simply Visual Basic 2005, 2/e Past Editions Simply Visual Basic .NET 2003, 1/e Simply Visual Basic .NET, 1/e Visual Basic. NET How to Program, 2/e Visual Basic .NET for Experienced Programmers, 1/e Visual Basic 6 How to Program, 1/e XML XML How to Program, 1/e Ancillaries Errata Translations CourseSmart Online Books for College Courses Web 2 eBook Dive Into Web 2.0 eBook Overview Contents Objectives and Outline Introduction What Is Web 2.0 Search Content Networks User-Generated Content Blogging Social Networking Social Media Tagging Social Bookmarking Software Development Rich Internet Applications (RIA) Web Services, Mashups, Widgets, Gadgets Location-Based Services XML, RSS, Atom, JSON and VoIP Web 2.0 Monetization Models Web 2.0 Business Models Future of the Web Wrap-Up Where to Go for More Web 2.0 Information Web 2.0 Bibliography Web 2.0 Glossary Index About Deitel About Internet & World Wide Web How to Program
Store
FAQs
Newsletter Subscribe to the Deitel Buzz Online Newsletter Current Issue Newsletter Archive
Tutorials Free tutorials and articles
|
|
 |
|
Books >> Visual Basic >> Past Editions >> Visual Basic 6 How to Program, 1/e >> Errata: Visual Basic 6 How to Program, 1/e |
| |
|
|
|
| Errata: Visual Basic 6 How to Program, 1/e | |
| Self-Review Exercises and Exercises are listed at the end of this document.We wish to thank our many readers who took the time to email us with errata. If you find errata not listed on this page, please email us at deitel@deitel.com. Remember to include the book title and edition.
Chapter 2- p. 41 Fig. 2.26. Close button arrow should point to the x in the Welcome to Visual Basic! window.
Chapter 3- p. 52 Print button property setting should read cmdDisplay (not cmdPrint)
- p. 54 Second paragraph from the top. Three instances. Replace End with Exit.
- p. 54 Third paragraph from the top. Second sentence. Replace Properties with Project.
- p. 55 First sentence in paragraph. Replace Figure 3.6 with Figure 3.5.
- p. 62 Replace -32767 to +32768 with -32768 to +32767.
- p. 68 Fig. 3.16. In step 1, replace 5 ^ 5 with 5 ^ 2.
Chapter 4- p. 106 Last Paragraph. Replace four instances of ∞ (infinity symbol) with x.
- pg. 114, third row in Fig. 4.17 should reference a Label, not a textbox, and should be called lblPrompt.
Chapter 5- p. 137 Replace txtDisplay with txtInterest.
- p. 146 Replace two instances of 99989 with 999898.
- p. 147 Example does not print "Access Denied" or "Access Granted".
- p. 151 Second paragraph. Fourth sentence. Replace y with x.
Chapter 6- p.187 Third paragraph. Replace text "one or parameter" with "one or more parameter".
- p.188 First paragraph. The images are not available for download. They are included on the CD in the back of the book and with the Visual Basic 6 Multimedia Cyber Classroom. See FAQ at http://www.deitel.com.
- p.197 Declaration in AllVariablesAreStatic should read
Dim q, a, s (not Dim q, a, s;) - p.202 First sentence. 0 <= dieFace <= 6 should be 0 <= dieFace < 6.
- p.211 Example does not contain an Exit button
- p.226 Fig. 6.31. In Example column. Change Int (three instances) to Fix. Change Round(4.844) is 4 to Round(4.844) is 5.
Chapter 7- p.250 Replace "... and four elements for Currency array a." with "... and five elements for Currency array a."
- p.272 Fig. 7.10 replace subscript (two instances) with index
- p.284 Fig. 7.17. Width of form is too small to display all six numbers. A 7 should appear to the right of 3 in the second screen capture.
Chapter 8- p.309 Fig. 8.2 Constant vbUseCompareOption no longer exists.
- p.325 Fig. 8.15 Line 16. Replace CVar with CStr.
Chapter 9Chapter 10- p.413 Fig. 10.5 should be Click, not Clicked.
- p.437 should read Form_MouseUp, not Form_MouseDown, and MouseUp, not MouseDown.
Chapter 11- p.472 First paragraph. Replace Line 12 with Line 22.
- p.472 Replace frmForm1.imgImage.Picture = mImagesArray(0) with frmForm1.imgImage.Picture = mImagesArray(1)
- p.474 Fig. 11.16 Line 48's comment. Replace comment text with Prevent Form_Unload from being called.
- p.486 Fig. 11.28 Add on line 16: .Value = tmrTimer.Interval
- p.488 First paragraph. Replace Width (three instances) with With.
Chapter 14Chapter 16- p.651 Fig. 16.2 Line 12 which reads
mMinute = IIf((m >= 0 And m < 24), m, 0) should read mMinute = IIf((m >= 0 And m < 60), m, 0)
Chapter 17Chapter 18- p.775 First three paragraphs. Should be in the following order: [Note that the last sentence of the first paragraph has been moved to the end of step 6.]
Once you locate the directory, click Biblio.mdb then press the Open button. A string containing the location and name of the database now appears in the Select or enter a database name TextBox. 6. Click the Test Connection button to determine if the connection succeeded. If the connection is successful, a dialog box appears with the message “Test connection succeeded”). Click the OK button to dismiss the message. If the connection fails, repeat the preceding steps. Press the OK button to dismiss the Data Link Properties dialog. 7. In the Property Pages dialog’s RecordSource tab, select 2–adCmdTable from the Command Type ComboBox to specify that a table in the database will be the source of the data. Select Authors from the Table or Stored Procedure Name ComboBox to specify that the data will be retrieved specifically from the Authors table in the database. [Note: These properties can also be set programmatically to allow the ADO Data Control to manipulate different tables at execution time.] - p.781 paragraph after [startValue-endValue] should read d (not D), should read [a-e] (not ?)
- p.784 Fig. 18.14 Should read ADO (not DataGrid)
- p.785 Fig. 18.14 Should read ADO (not DataGrid), FetchComplete and FetchProgress should be removed
Chapter 19- p. 825 Second line from the bottom: tcpServer.SendData(message) should be tcpClient.SendData(message).
Chapter 21- p.83 SRE 3.5 part d should use the integer division operator (\) not the floating-point division operator (/).
- p.85 SRE 3.8 part e should read:
m = 10 Mod 3 ^ 1 ^ 2 - 8 m = 10 Mod 3 ^ 2 - 8 m = 10 Mod 9 - 8 m = 1 - 8 m = -7 - p.122 SRE 4.3 part e should read
While x <= 1000 Print x x = x + 1 Wend - p.122 SRE 4.4 part f. There is no question for part f.
- p.122 SRE 4.5 part a
count = count + 1 should read count = count + 2 - p.123 SRE 4.5 part c
Do Until x = 1 should read Do Until x = 0 - p.171 SRE 5.1 part d should read
x = 1
Do Print x x = x + 1 Loop While x <= 20
The following are corrections to the self-review exercises.
| |
 |


| Download Code Examples and Other Premium Content for Registered Users | |
| Login or Register to download this book's code examples and other premium content. | |
|
|
|
|
|  | |
|