Rich in concise, practical examples, Starting Out with Visual Basic covers the tools and features of Visual Basic and when and how to use them. The authors introduce the fundamentals of Visual Basic in clear, easy-to-understand language, making it accessible to novice programming students. Students not only learn how to use the various controls, constructs, and features of Visual Basic, but also why and when to use them. The 8th Edition includes updates for compatibility with Visual Studio 2017, a new section on the PrintDialog Control and coverage of the CType Method.
Hallmark features of this title
- Hundreds of Example Programs highlight specific and practical real-world programming topics and include source code, allowing students to run the programs themselves.
- Concept Statements, Checkpoints, Notes, Tips and Warnings reinforce students' understanding.
- Case studies appear in many chapters throughout the text, and additional case studies are provided on the text's companion website.
- Review Questions sets are fill-in-the-blank and short answer questions that check students' mastery of the basic chapter material and are followed by Algorithm Workbench, Predict the Output, and Find the Errors sections.
- Programming Challenges help solidify students' knowledge of chapter topics through real-world problems to be solved.
New and updated features of this title
- Programming problems have been added throughout the text to test students' knowledge.
- Section on the PrintDialog Control. Chapter 9 has a new section on the PrintDialog control, which allows the user to select a printer, or a PDF driver, if one is installed on the system.
- Coverage of the CType Method. Chapter 12 now has a section on the CType method, which provides convenient type conversion for objects.
- Updated: Chapter 2 has been completely rewritten. Chapter 2 still covers the same topics, but the chapter has been rewritten with fresh new tutorials and a more streamlined organization.
- Updated: Chapter 3 has been reorganized. The authors have reorganized Chapter 3 so the material on variables, data types, and calculations appears first, followed by the material on GUI creation. As a result, there is a stronger emphasis on coding fundamentals. Several new tutorials have also been added to the chapter.
- Revised: Code improvements. Throughout the book, many of the code examples have been improved.