Visual Basic 6
This series provides an in-depth look at Visual Basic 6.0. Introductory topics covered include the Visual Basic programming process, development environment, and program structure, and creating controls and setting properties. Creating controls and coding are covered in detail, including a discussion of datatypes, literals, variables, and storing and calculating data. Coding tools and other supplied tools such as subroutines, arguments, and various functions are explored, and manipulation of data files and printing from an application is discussed. Advanced topics covered in this series including tuning your program with additional Visual Basic tools, and preparing a Visual Basic program for distribution.
This series is for anyone who wants to start learning how to use Visual Basic 6. This online course contains 8 lessons and should take approximately 33 hours to complete.
Programming Basics
This course provides the user with a foundation for using Visual Basic 6 software In this course the user creates an application using the VB Application Wizard, and then develops a simple application from scratch and teaches you how to describe the Visual Basic programming process, use the Visual Basic development environment, explain the basic program structure, create controls, set properties, and create an application.
Controls and Coding
This course explains how to use common controls and simple code to create applications in Visual Basic and teaches you how to create buttons and labels, create text boxes, set form properties, discuss basic code and datatypes, and store and calculate data within the application.
Coding the Details
This course examines some of Visual Basic's coding tools for building applications and teaches you how to use Visual Basic's built-in functions, use message and input boxes, include remarks in the program, use comparisons in an application, and utilize looping structures in code.
Lists and More Controls
This course explains how to add many of the finishing touches and extra controls and arrays for users interested in using Visual Basic to create applications and teaches you how to code a sample application for calculating interest, use list and combo boxes, create data arrays, use option buttons, and use check boxes, scroll bars, and timers.
Using Supplied Tools
This course explains how to use some of the built-in tools in Visual Basic to improve and expand applications and teaches you how to call procedures, create subroutines and functions, code arguments, use built-in functions, and describe and use the common dialog box.
Data Files and Printing
This course introduces students to interacting with data files and printing information from their applications and teaches you how to open, close, and delete files from an application, read and write data from a database, process data from a database, print from an application, and control print properties.
Program Tuning
This course explains how to add to an application some of the additional tools that Visual Basic offers and teaches you how to use the menu editor, add pull-down menu options, use menu options, use images and pictures, animate images, create toolbars, and use line and shape controls.
Delivering the Program
This course explains how to prepare a Visual Basic program for distribution and teaches you how to debug a program, step through code, view the program's progress as it's running, and create installation programs.