Beginner’s Video Part 1


Lesson 1: Getting Started with Visual Basic 2005 Express Edition

This lesson provides an overview of the series, including the RSS Reader project. Additionally, you will learn how to create your first "Hello World" application.
Duration: 24 minutes, 26 seconds
Watch Video:
Visual Basic Video

Download Video:
Visual Basic Video

Download Project:
Visual Basic Project

~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Lesson 2: Creating a Windows Application User Interface


This lesson covers the basics of the Visual Studio IDE. Topics include the Toolbox and Properties window, as well as controls such as the button, label, MenuStrip, StatusStrip, and ToolStrip.
Duration: 43 minutes, 11 seconds
Watch Video:
Visual Basic Video

Download Video:
Visual Basic Video

Download Project:
Visual Basic Project


~~~~~~~~~~~~~~~~~~~

Lesson 3: Writing Code to Handle Events and Set Properties


This lesson gives an overview of an event handler and explains how to write code to react to events. You will learn how to set properties for controls, as well as how to use IntelliSense, add comments to your code, and use code regions.
Duration: 24 minutes, 44 seconds
Watch Video:
Visual Basic Video

Download Video:
Visual Basic Video

Download Project:
Visual Basic Project

Posted by Learn Me Please, Saturday, February 3, 2007 3:54 AM | 0 comments |

Beginner’s Video Part 2

Lesson 4: Working with Variables, Expressions, Statements, and Operators

This lesson explains what a variable is and how to use them in your applications. You’ll also learn the difference between expressions and statements and how you can use operators, like the addition operator (+) in your code.
Duration: 29 minutes, 55 seconds
Watch Video:
Visual Basic Video

Download Video:
Visual Basic Video

Download Project:
Visual Basic Project
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Lesson 5: Using Branching and Recursion


This lesson explains how you can use conditional logic and looping constructs in your applications. You’ll also learn about an array and how you can use looping logic to read and write values from an array.
Duration: 26 minutes, 06 seconds
Watch Video:
Visual Basic Video

Download Video:
Visual Basic Video

Download Project:
Visual Basic Project
Posted by Learn Me Please, 3:48 AM | 1 comments |