Total: 50:20
00. Intro (02:52)
- Introduction
- Objectives
- Goal
- Pre-Requisites
01. Definitions (03:56)
- What is a program?
- What are objects?
- Properties, methods, & events
- What is Visual Basic?
02. First Program (11:28)
- Our first program
- Starting Visual Basic
- New Project window
- What is a Project?
- Parts of the VB interface
- The toolbox
- Form1
- The Project Explorer
- Properties window
- Form layout window
- What is a Form?
- Creating a Command Button
- Object names
- Running your program
- Using the Code window
- What is a Subroutine?
- Proper indentation of code
- The MsgBox command
- Saving your Form & Project
- Creating a folder for your VB projects
03. Properties (05:27)
- Resizing a Command Button
- Moving a button
- Setting the Caption property
- Command button caption
- Form caption
- Form background color
- Changing the Name of a button
- HelloButton
- "Breaking" your code when you change the button name
04. Label Textbox (07:19)
- Creating a label
- Changing the label's caption
- Making the label transparent (BackStyle)
- Creating a TextBox
- Setting the default text in the box
- Setting the Name of the text box
- Displaying the value of a text box
- String values v. object values
- Compile error
- Syntax error
- String concatenation
05. Calculator (04:38)
- Creating a basic calculator
- What is a Control Array?
- Assigning a value to a text box
- The VAL() function
- Adding two numbers
06. Calculator 2 (06:37)
- Creating additional command buttons
- Subtraction
- Multiplication
- Division
- Keyboard shortcuts (cut, copy, paste)
- Runtime errors
- Debugging your program
- On Error Resume Next
- IF/THEN statement
- Exit Sub
07. Compiling (05:16)
- Make SimpleCalculator.exe
- Finding your EXE file
- Viewing file extensions
- Running your program from Windows Explorer
- Making a shortcut to your program
- Can I share my program?
- What is the Package & Deployment Wizard?
08. Review (02:47)
- Review topics
- Skills check
- What's next?
Original: VB 101 Topic Index