|
Book
Details
|
![]() |
| Book Objectives |
|
| Book Requirements: |
You don't need to buy any software for this course! You can use the new FREE Visual Basic 2010 Express Edition from Microsoft. You can download it here: FREE Visual Basic 2010 Express Edition This software is NOT provided by Home and Learn but by Microsoft. |
| Getting Started - Section One | |
|
This first section of the book deals with the Visual basic NET software itself, and how to find your way around it. The differences between Run Time and Design Time are explained, and you'll learn how to place things like textboxes on a Form. The properties and methods of a control are also dealt with here. This is a list of things the first section takes students through: |
|
|
|
| An introduction to Variables - Section Two | |
| The important subject of variables is introduced, what they are and how to use them. You will learn how to add a command button to a form, and get your first look at the coding window. The different integer variables are explained, and you get some practice in working with them. The list of topics covered is: | |
|
|
| Looping, Conditional Logic, Menus - Section Three | |
| Conditional Logic plays a crucial part in any programming language, and Visual Basic is no different. You are taken through what Conditional Logic is, and how to use it for yourself. Loops are also covered in this section, as well as taking a first look at adding Menus to your forms. | |
|
|
| More about .NET and Menus - Section Four | |
| In this section of the book, you'll delve a little deeper into Windows Menus. You'll learn how to add a menu system that will not look out of place on a professionally developed software application. The contents of this section are: | |
|
|
| Debugging in Visual Basic .NET - Section Five | |
| Whether you're a beginner or a pro, things will go wrong with your code. Tracking down your errors easily and efficiently is essential to any programming environment. In this section of your the book, you'll learn how VB .NET handles errors. This will enable you to quickly correct your own mistakes. Section contents are: | |
|
|
| String Manipulation - Section Six | |
| Every programmer should be able to manipulate strings of text. In this section of the book, you get a good look at the various ways of dealing with strings in the new .NET environment.. The contents of this section are: | |
|
|
| Text Files and Visual Basic .NET - Section Seven | |
| Programming languages have various ways to save data for later reuse. When a programme is shut down, and then reopened, the data is read back and manipulated in some way. One way to do this is by writing data to a text file. The text files is saved to the user's computer, and can be read back when needed. This section deals with reading and writing text files. | |
|
|
| Functions and Events in .NET - Section Eight | |
| Reusable code is the main topic of this section. The way Visual Basic NET allows programmers to create functions and subroutines is dealt with in some depth. Events are also covered here. | |
|
|
| An Introduction to Object Oriented programming - Section Nine | |
| Visual Basic NET is a fully Object Oriented programming language. In this section, you'll get an introduction to this important subject, and be able to create your own objects. Subjects covered are: | |
|
|
| Visual Basic .NET and Databases - Section Ten | |
| In this section, we introduce you to how VB .NET handles databases. You will learn how to open, read, and write to databases with NET. Topics covered are: | |
|
|
| Working with Forms - Section Eleven | |
| In the final section of your book, you will learn how to create applications that use more than one form. This will allow you to create programmes that are more complex, and more professional. | |
|
|
| Bonus Content | |
|
|