Visual Basic in easy steps, 6th edition
eBook - ePub

Visual Basic in easy steps, 6th edition

Updated for Visual Basic 2019

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Visual Basic in easy steps, 6th edition

Updated for Visual Basic 2019

About this book

Visual Basic in easy steps, 6th edition gives you code examples, screenshots, and step-by-step instructions that illustrate each aspect of Visual Basic so you'll be creating your own interactive applications in no time!.

You need have no previous knowledge of any programming language so it's ideal if you're a newcomer to Windows programming. Each chapter builds your knowledge of Visual Basic. By the end of this book you will have gained a sound understanding of Visual Basic programming and be able to create your own interactive applications.

Visual Basic in easy steps, 5th edition has an easy-to-follow style that will appeal to anyone who wants to begin Windows programming. It will appeal to programmers who want to quickly learn the latest Visual Basic techniques, and to the student who is studying computing at school or college, and to those seeking a career in Information Technology who needs a thorough understanding of Visual Basic programming.

Table of Contents:

  • Getting started
  • Setting properties
  • Using controls
  • Learning the language
  • Building an application
  • Solving problems
  • Extending the interface
  • Scripting with Visual Basic
  • Harnessing data
  • Employing databases

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Visual Basic in easy steps, 6th edition by Mike McGrath in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming Languages. We have over one million books available in our catalogue for you to explore.
1
Getting started
Welcome to the exciting world of Visual Basic programming. This chapter introduces the Visual Studio Integrated Development Environment (IDE) and shows you how to create a real Windows application.
Introducing Visual Basic
Installing Visual Studio
Exploring the IDE
Starting a new project
Adding a visual control
Adding functional code
Saving projects
Reopening projects
Summary
Introducing Visual Basic
In choosing to start programming with Visual Basic you have made an excellent choice – the Visual Basic programming language offers the easiest way to write programs for Windows. This means you can easily create your own programs to give maximum control over your computer and automate your work to be more productive. Also, programming with Visual Basic is fun!
image
Like other programming languages, Visual Basic comprises a number of significant “keywords” and a set of syntax rules. Beginners often find its syntax simpler than other programming languages, making Visual Basic a popular first choice to learn.
Although writing programs can be complex, Visual Basic makes it easy to get started. You can choose how far to go. Another advantage of Visual Basic is that it works with Microsoft Office applications and with the Windows Script Host within the Windows operating system – so the possibilities are immense...
Visual Basic (VB) – quite simply the best programming language for the novice or hobbyist to begin creating their own standalone Windows applications, fast.
Visual Basic for Applications (VBA) – an implementation of Visual Basic that is built into all Microsoft Office applications. It runs within a host rather than as a standalone application.
Visual Basic Script (VBScript) – a derivative of Visual Basic that can be used for Windows scripting.
image
image
image
The evolution of Visual Basic
Visual Basic 1.0 released in May 1991 at the Comdex trade show in Atlanta, Georgia, USA.
Visual Basic 2.0 released in November 1992 – introducing an easier and faster programming environment.
Visual Basic 3.0 released in the summer of 1993 – introducing the Microsoft Jet Database Engine for database programs.
Visual Basic 4.0 released in August 1995 – introducing support for controls based on the Component Object Model (COM).
Visual Basic 5.0 released in February 1997 – introducing the ability to create custom user controls.
Visual Basic 6.0 released in the summer of 1998 – introducing the ability to create web-based programs. This hugely popular edition is the final version based on COM and is often referred to today as “Classic Visual Basic”.
Visual Basic 7.0 (also known as Visual Basic .NET) released in 2002 – introducing a very different...

Table of contents

  1. Cover
  2. Title
  3. Copyright
  4. Contents
  5. Preface
  6. 1 Getting started
  7. 2 Setting properties
  8. 3 Using controls
  9. 4 Learning the language
  10. 5 Building an application
  11. 6 Solving problems
  12. 7 Extending the interface
  13. 8 Scripting with Visual Basic
  14. 9 Harnessing data
  15. 10 Employing databases
  16. Back Cover