home *** CD-ROM | disk | FTP | other *** search
- 01 Introduction and Getting Started
- 0101 Introduction & Visual Basic Overview
- 0102 The VB 6 Environment (window orientation)
- 0103 The VB 6 Environment (placing controls on form)
- 0104 The First Project ("Hello World")
- 0105 Writing Code
- 0106 Modifications to "Hello World"
- 0107 Saving and Running the Project
- 0108 Common errors, Debugging
- 0109 Code Window Views
- 0110 Naming Rules and conventions for controls
- 0111 Form Properties (startup position, window state, Visible)
-
- 02 More Controls and Code
- 0201 Text Box vs. Label
- 0202 Frames with Options Buttons & Check Boxes
- 0203 Images (using graphical images on the form)
- 0204 Multiple Control manipulation
- 0205 User-Friendly Features (Access keys, Tab Index)
- 0206 User-Friendly Features (default, cancel properties)
- 0207 Tab Stop, Focus, Max Length, Tool Tips
- 0208 Code for user convenience (clearing text boxes, labels, Set Focus)
- 0209 VB color Constants, Font object, With-End With Coding
- 0210 Concatenation
- 0211 Demo of "Name & Address Maker"-User Perspective
- 0212 Demo of "Name & Address Maker"-Programmer Perspective
-
- 03 Variables and Code for Calculations
- 0301 What is variable?
- 0302 Variables vs. Constants
- 0303 Data Types supported by VB
- 0304 Naming rules and conventions for Variables: Option Explicit
- 0305 The VAL Function and Calculations
- 0306 Putting it together - "Book Sales" Program (part 1)
- 0307 Formatting for output
- 0308 Accumulating & Module-Level Variables
- 0309 "Book Sales" Program (Wrap up)
- 0310 Another Demo - "Shipping Charges"
-
- 04 Coding Decision (IF-Else)
- 0401 Project Overview - "Coffee Sales"
- 0402 Variables; IF - THEN - ELSE statements
- 0403 Using IF Statements with the MsgBox Function
- 0404 Clear button with message boxes
- 0405 The CALL Statement
- 0406 Other options with message boxes
- 0407 Another demonstration program - More data validation
- 0408 UCase/Lease functions
-
- 05 Debugging, Immediate Window, Stand-alone Projects
- 0501 Using Breakpoints; Stepping through code
- 0502 Using the Immediate Window
- 0503 Common Errors and Things to Avoid
- 0504 Using the Object Browser
- 0505 The Form Icon; Creating an Executable Project (.EXE file)
-
- 06 Other Event Procedures
- 0601 MsgBox vs. the Input Box
- 0602 Click and Change Events
- 0603 GotFocus/LostFocus Events
- 0604 KeyPress and Mouse Events
- 0605 Form Load and Form Activate Events
- 0606 More on LostFocus, SetFocus and the Visible Property
- 0607 Miscellaneous Form Properties
- 0608 Validate Event
-
- 07 Creating Menus
- 0701 The Menu Editor
- 0702 Creating Submenus and Flyout Menus
- 0703 More menu options
- 0704 Adding and About Form with a Menu item
- 0705 Adding a menu to an existing Project
- 0706 Wrapping up the menu demo (enabled property)