About This Book "Visual Basic programming" is a textbook for high school and college students; it covers all essential Visual Basic language knowledge. You can learn complete primary skills of Visual Basic programming fast and easily. The textbook includes a lot of practical examples for beginners and includes exercises for the college final exam, the engineer certification exam, and the job interview exam. "Visual Basic programming" is a useful textbook for beginners. The straightforward definitions, the plain examples, the elaborate explanations and the neat layout feature this helpful and educative book. You will be impressed by its distinctive and tidy writing style. Reading this book is a great enjoyment!
Note This book is only suitable for Visual Basic programming beginners, high school students and college students; it is not for the experienced Visual Basic programmers.
Table of Contents
Chapter 1 Introduction to Visual Basic First Visual Basic Program Visual Basic Comments Output Double Quotes To Next Line Visual Basic Keywords Summary Hands-on Run a Program Data Type Variable Variable Define Data Type Symbols Constant Constant Define Data Type Conversion Boxing UnBoxing Summary Hands-on Calculation
Chapter 3 If Statement If-else Statement Select Case Statement For-Next Loop While Loop Do-Loop While Do-Loop Until Exit Statement Continue Statement User Input Summary Hands-on Number One
Chapter 4 String Length Extract Substring String Replace String Insert String Remove Create an Array(1) Create an Array (2) Array Length Element Value For Each Sort Array Summary Hands-on C++ & C#
Chapter 5 Functions Function with Arguments Return Values Exceptions Try-Catch Try-Catch-Finally Throw Exception List Access List Elements List Methods Summary Hands-on Error Occurs!
Chapter 6 Class Declaration Object Declaration Class & Object Constructor Constructor Example Destructors Overloading "Me" Keyword Inheritance Using Derived class Overriding NotInheritable & NotOverridable Summary Hands-on Dog & Cat
Chapter 7 Public Private Protected Get & Set LINQ Delegate Delegate Sample (1) Delegate Sample (2) Summary Hands-on Private Member Hands-on Protected Member