Microsoft Visual Basic 2005 Tutorials
Online Contents For This Course
We have made some of the video tutorials for
Microsoft Visual Basic 2005
freely available to help you evaluate our training. Click on any of the linked lesson listings below to preview FREE!
Course Description
Visual Basic 2005 is an object-oriented, general purpose programming language. Programmers using the Visual Basic .NET language have the ability to write applications ranging from simple user-friendly front-end interfaces to complex database applications. VB.NET applications can be deployed as stand-alone or web-based applications. This course by VTC author, Arthur Lee, assumes no prior programming background and uses a building block approach beginning with simple programming features and examples while gradually introducing more complex features. Numerous coding examples are provided to enhance the learning experience. To begin learning, simply click the movie links.
Choose your media type:
|
Introduction
|
|||
| Welcome to Visual Basic 2005 | (02:36) | T | |
| Visual Basic 2005 Overview | (05:21) | T | |
| The Visual Basic 2005 Environment | (05:05) | T | |
| Controls & Forms | (04:38) | T | |
| A Simple Example | (03:54) | T | |
|
Saving & Executing Projects
|
|||
| Saving the Original Project | (04:01) | T | |
| Modifications & Re-saving | (02:26) | T | |
| Recognizing Error Types | (07:37) | T | |
| Naming Rules & Conventions | (04:39) | T | |
| Basic Form Properties | (06:37) | T | |
|
Controls and Properties
|
|||
| Textboxes vs. Labels | (04:15) | T | |
| Radio Buttons vs. Check Boxes | (04:25) | T | |
| Picture Boxes | (04:38) | T | |
| AutoSize Property | (03:00) | T | |
| Working with Multiple Controls | (03:46) | T | |
| Properties vs. Methods | (03:35) | T | |
|
Creating a Functional User Interface
|
|||
| Keyboard Access Keys | (06:00) | T | |
| Tab Order for Controls | (04:07) | T | |
| Code for Concatenation | (04:24) | T | |
| Tooltips | (03:51) | T | |
| Form StartPosition Property | (04:22) | T | |
|
Coding for Controls
|
|||
| Commenting Code | (04:03) | T | |
| Clearing the Contents | (07:01) | T | |
| Coding for Radio Buttons & Check Boxes | (05:36) | T | |
| Coding the Color of Controls | (04:59) | T | |
| Code for Visibility of Controls | (04:20) | T | |
| Coding for Multiple Properties | (05:58) | T | |
|
Variables and Constants
|
|||
| What is a Variable? | (01:56) | T | |
| What is a Constant? | (03:22) | T | |
| Data Types | (04:13) | T | |
| Naming Rules for Variables & Constants | (02:04) | T | |
| Variable Declaration Examples | (04:04) | T | |
| Scope of a Variable | (04:34) | T | |
| Option Explicit | (05:43) | T | |
|
Calculations
|
|||
| Conversion to Numeric Data Type | (05:14) | T | |
| Option Strict | (03:26) | T | |
| Math Operations/Hierarchy of Operations | (04:48) | T | |
| Data Conversion Issues | (05:02) | T | |
| Rounding & Formatting Functions | (05:17) | T | |
|
Message Boxes
|
|||
| Components of a Message Box | (06:30) | T | |
| Message Box Buttons | (04:14) | T | |
| DialogResult Variable | (03:59) | T | |
| Complex Message Boxes | (06:48) | T | |
|
Accumulating and Counting
|
|||
| Module-Level Variable | (03:24) | T | |
| Forms of Accumulating | (04:40) | T | |
| Counting vs. Accumulating | (04:31) | T | |
| Try-Catch Blocks | (05:01) | T | |
| Complete Example | (03:32) | T | |
|
Conditional Programming
|
|||
| IF-ELSE Statements | (03:04) | T | |
| Relational Operators | (04:03) | T | |
| Comparing Strings/Case Issues | (05:16) | T | |
| Compound Conditions | (04:31) | T | |
| Nested IF Statements | (04:38) | T | |
| Conditional Statements with Controls | (04:04) | T | |
| Case Structure Alternative | (03:29) | T | |
|
Input Validation
|
|||
| Common Validation Techniques | (05:56) | T | |
| Multiple Validations | (05:20) | T | |
| Exception Handling Techniques | (06:10) | T | |
| Field-Level Validation | (06:18) | T | |
| Masked Text Box for Validation | (05:26) | T | |
|
Menus
|
|||
| Creating a Simple Menu | (04:42) | T | |
| Keyboard Functionality with Menus | (05:36) | T | |
| Code for Menu Items | (02:55) | T | |
| Creating Context Menus | (03:34) | T | |
|
General Sub Procedures
|
|||
| What are Sub Procedures? | (04:21) | T | |
| What are Function Procedures? | (05:42) | T | |
| Passing Arguments to Procedures | (04:54) | T | |
|
Lists
|
|||
| List Boxes & Combo Boxes | (05:31) | T | |
| Properties Associated with Lists | (07:18) | T | |
| Methods Used with Lists | (06:26) | T | |
| Combo Box Example | (03:24) | T | |
|
Arrays
|
|||
| Why Use an Array? | (04:18) | T | |
| Lists vs. Arrays | (05:01) | T | |
| Alternative Array Declaration | (03:19) | T | |
| Subscripts | (04:00) | T | |
| Two-Dimensional Arrays | (03:53) | T | |
|
Looping
|
|||
| Do-Loops | (04:01) | T | |
| For Next Loops | (03:34) | T | |
| Loop-Lookup Example | (04:20) | T | |
|
Printing
|
|||
| PrintDocument Control | (04:15) | T | |
| Setting Up the Graphics Page | (03:31) | T | |
| Coding the PrintPreview | (03:15) | T | |
|
Database Files
|
|||
| XML Data | (03:01) | T | |
| ADO.NET & VB.NET | (03:00) | T | |
| Database Application Example | (04:49) | T | |
|
Common Dialog Boxes
|
|||
| Color Dialog Box | (04:22) | T | |
| Font Dialog Box | (03:21) | T | |
| File Dialog Boxes | (03:30) | T | |
|
Multiple Form Projects
|
|||
| Creating New Forms | (04:50) | T | |
| Form Methods & Events | (05:20) | T | |
| Other Form Events | (02:38) | T | |
| Scope of Variables Revisited | (03:20) | T | |
| Creating a Splash Screen | (05:11) | T | |
| Creating an About Form | (05:55) | T | |
|
The Finished Product
|
|||
| The .EXE File and Deployment | (02:45) | T | |
|
Wrap Up
|
|||
| Summary of Content Covered | (02:24) | T | |
|
Credits
|
|||
| About this Author | (00:49) | T | |
Course Information
| Course: | Microsoft Visual Basic 2005 |
| Author: | Arthur Lee |
| SKU: | 33940 |
| ISBN: | 1-935320-10-6 |
| Release Date: | 2008-11-19 |
| Duration: | 7.5 hrs / 97 tutorials |
| Work Files: |
Yes |
| Captions: | Available on CD and Online University |
Search within Captions
Subscription / Purchase Information
Visitors to VTC.com will be able to view all introductory videos for each training course.
Free Trial Members will gain access to first three chapters for each training course.
Sign up for a Free Trial
Full Access Members have full access to VTC.com’s entire library of video tutorials.
If you are already a member, please login here.
United States
Email this Page
Send us Feedback