Microsoft Visual Basic 2015: RELOADED


Book Description

Readers learn fundamental programming concepts paired with both business applications and fun, engaging game applications -- all within the fully revised 6th Edition of MICROSOFT VISUAL BASIC 2015: RELOADED. This dynamic book provides a solid foundation in programming principles while clearly demonstrating how to most effectively use those principles. The book begins by covering the basics, from creating user interfaces to understanding variables, constants, and calculations. Building on this knowledge, coverage progresses to more advanced topics, such as manipulating and querying a Microsoft Access database, creating Web applications, and creating classes and objects. This new edition combines powerful, proven learning features from previous editions with the latest content. Clear explanations detail the new features of Visual Basic 2015 while new examples and applications illustrate how those features are put to work. Important Notice: Media content referenced within the product description or the product text may not be available in the ebook version.




Programming with Microsoft Visual Basic 2015


Book Description

Readers learn to master the basics of effective programming as they work through Visual Basic 2015’s latest features with the wealth of hands-on applications in this book's engaging real-world setting. PROGRAMMING WITH MICROSOFT VISUAL BASIC 2015, 7E by best-selling author Diane Zak offers an ideal introduction to programming with a dynamic visual presentation, step-by-step tutorials, and strategically placed activity boxes. New hands-on applications, timely examples, and practical exercises help you learn how to effectively plan and create interactive Visual Basic 2015 applications. Important Notice: Media content referenced within the product description or the product text may not be available in the ebook version.




Exam Prep for Microsoft Visual Basic 2015; RELOADED


Book Description

Your text simplified as the essential facts to prepare you for your exams. Over 2,000 higly probable test items.




Microsoft Visual Basic 2012: RELOADED


Book Description

Pairing fundamental programming concepts with both business applications and fun and engaging game applications, the fully revised fifth edition of MICROSOFT VISUAL BASIC 2012: RELOADED provides a solid foundation in programming principles and how to use them. The book begins by covering the basics, from creating user interfaces to understanding variables, constants, and calculations. Building on this knowledge, coverage progresses to more advanced topics, such as manipulating and querying a Microsoft Access database, creating Web applications, and creating classes and objects. This new edition leverages the powerful pedagogy of previous editions while bringing the content up-to-date with detailed explanations of the new features of Visual Basic 2012 and new examples and applications that illustrate how those features are put to work. Important Notice: Media content referenced within the product description or the product text may not be available in the ebook version.







Microsoft Visual Basic 2015 for Windows, Web, Windows Store, and Database Applications: Comprehensive


Book Description

Now readers can master Microsoft Visual Basic with the step-by-step, visual approach and professional programming opportunities in MICROSOFT VISUAL BASIC 2015 FOR WINDOWS, WEB, WINDOWS STORE, AND DATABASE APPLICATIONS: COMPREHENSIVE. This book’s innovative step-by-step approach blends demonstrations of professional-quality programs with in-depth discussions of programming concepts and techniques. Reader have numerous opportunities for hands-on practice and actual programming in each chapter. The new edition retains popular features and pedagogy from this best-selling series, while emphasizing changes in today’s increasingly mobile-oriented world. This book provides a strong foundation for the number one job in today’s tech sector -- app development -- as readers learn Windows programming for 2015, including Windows Desktop, database, web, and Windows Store development. Chapter 12, which covers the Windows Store, will be posted online at CengageBrain.com, to provide readers with the latest updates for Windows 10. Important Notice: Media content referenced within the product description or the product text may not be available in the ebook version.




Visual Basic 2015 Unleashed


Book Description

Using Visual Basic 2015, developers can build cutting-edge applications that run practically anywhere: on Windows desktops, new Windows 10 devices, in mobile and cloud environments, and beyond. Visual Basic 2015 Unleashed is the most comprehensive, practical reference to modern programming with VB 2015. Long-time Visual Basic MVP Alessandro Del Sole walks you through the latest version of the language, helping you thoroughly master its most valuable features, most powerful programming techniques, and most effective development patterns. Next, he shows how to use Visual Basic 2015 to build robust, effective software in a wide range of environments. Extensively updated for Visual Basic 2015’s major improvements, this guide covers both Visual Basic 2015 Professional Edition for professional developers and the free Community Edition for hobbyists, novices, and students. Del Sole has added detailed coverage of building new universal Windows apps for Windows 10 and using new Visual Studio 2015 capabilities to supercharge your productivity as a developer. If you want to leverage all of VB 2015’s power, this is the book you need. Detailed information on how to... Understand the Visual Studio 2015 IDE, .NET Framework 4.6 and the new .NET Core 5, and the anatomy of a VB 2015 application Debug VB applications and implement error handling and exceptions Keep your code clean and well-organized with VB 2015’s new refactoring tools Master modern VB object development: namespaces, modules, structures, enums, inheritance, interfaces, generics, delegates, events, collections, iterators, and more Share Visual Basic code with Portable Class Libraries and Shared Projects Access data with LINQ and ADO.NET Entity Framework Manipulate XML documents with LINQ and XML Literals Build and deploy applications to run in the Microsoft Azure cloud Develop universal Windows apps that run on any Windows 10 device Use advanced .NET 4.6 platform capabilities, including async and parallel programming, multithreading, assemblies, reflection, and coding attributes Leverage new compiler APIs to write custom domain-specific live code analysis rules Test code with unit tests and TDD Deploy apps efficiently with InstallShield for Visual Studio and ClickOnce




Visual Basic 2015 in 24 Hours, Sams Teach Yourself


Book Description

In just 24 sessions of one hour or less, you’ll learn how to build complete, reliable, and modern Windows applications with Microsoft® Visual Basic® 2015. Using a straightforward, step-by-step approach, each lesson builds on what you’ve already learned, giving you a strong foundation for success with every aspect of VB 2015 development. Notes present interesting pieces of information. Tips offer advice or teach an easier way to do something. Cautions advise you about potential problems and help you steer clear of disaster. Learn How To Master VB 2015 by building a complete feature-rich application Navigate VB 2015 and discover its new shortcuts Work with objects, collections, and events Build attractive, highly-functional user interfaces Make the most of forms, controls, modules, and procedures Efficiently store data and program databases Make decisions in code Use powerful object-oriented techniques Work with graphics and text files Manipulate filesystems and the Registry Add email support Create efficient modules and reusable procedures Interact effectively with users Write code to preview and print documents Debug with VB 2015’s improved breakpoint features Distribute your software Download all examples and source code presented in this book from informit.com/title/9780672337451 as they become available. Who Should Read This Book Those who have little or no programming experience or who might be picking up Visual Basic as a second language. Bug Alert Description: Changing the startup form's name in a VB WinForms app does not update the "Startup form" #4517 Explanation: In the latest Visual Basic update on GitHub, Microsoft accidentally introduced a significant bug that you should be aware of. In the Visual Basic project properties dialog on one of the tabs (Application), is a drop down box for selecting the "startup object". This can be either a Main method or a System.Windows.Forms instance (or System.Windows.Window for WPF). When you do a rename on a form (say from the code editor in source or from the solution explorer) currently set as the startup form the rename doesn't cascade to the startup object project property cause the project to enter an invalid state where the user must now manually reset this project property from the now nonexistent Form to the new name. This is a huge annoyance. The fix for the bug (until Microsoft addresses) can be found here: http://www.jamesfo




Introduction to Visual Basic 2015


Book Description

This book teaches you how to program in Visual Basic 2015 - an object-oriented programming language designed by Microsoft. It is written for people without much experience in the world of programming. You will learn the basics of programming in Visual Basic 2015 - what a variable is, how to perform arithmetic operations, the if statement, for loops, how to capture user input, how to develop GUI applications in Visual Basic, connect application to a database, and much more. The topics covered in this book are: what Visual Basic is and its basic concepts installing and using Visual Studio to write your code using UI controls controlling the program flow manipulating string working with files error management functions and subs connecting VB programs to databases programming network applications




Microsoft Visual Basic 2013 Step by Step


Book Description

This hands-on, step-by-step guide to learning Visual Basic 2013 features practical guidance and examples for building professional applications for Windows and the Web.