Get Started
| Product Spotlight |
Hosting Spotlight |
|
|
Learn Visual Basic Version 6.0 - The Complete Tutorial
Visual Basic is an ideal programming language for developing sophisticated professional
applications for Microsoft Windows. It makes use of Graphical User Interface for
creating robust and powerful applications. The Graphical User Interface as the
name suggests, uses illustrations for text, which enable users to interact with
an application. This feature makes it easier to comprehend things in a quicker
and easier way.
Coding in GUI environment is quite a transition to traditional,
linear programming methods where the user is guided through a linear path of execution
and is limited to small set of operations. In GUI environment, the number of options
open to the user is much greater, allowing more freedom to the user and developer.
Features such as easier comprehension, user-friendliness, faster application development
and many other aspects such as introduction to ActiveX technology and Internet
features make Visual Basic an interesting tool to work with.
Contents
Lesson 1 Introduction
to Visual Basic 6.0. Getting started to the lesson
Lesson 2 Naming conventions. Data types,
Variables, Procedures and Operators in VB 6.
Lesson 3 Control structures ( If...Then
, Select Case)
Lesson 4 Control structures continued...
(Do While...Loop, While...Wend,....)
Lesson 5 Control structures continued...
(Exit For, Exit Do, With...End With)
Lesson 6 Arrays in Visual Basic 6.0
Lesson 7 Working with controls
Lesson 8 Working with controls. Using
a TextBox, Label , CommandButton, OptionButton
Lesson 9 Working with controls. Using
ListBox and ComboBox Controls
Lesson 10 Working with controls. Using
a ScrollBar
Lesson 11 Control Arrays in Visual Basic
Lesson 12 Working with controls continued...
Files controls in Visual Basic 6.0
Lesson 13 Working with controls continued...
Using a CheckBox control
Lesson 14 Working with Forms
Lesson 15 Working with Menus
Lesson 16 Multiple Document Interface
Lesson 17 Visual Basic Functions. InputBox
function
Lesson 18 Visual Basic functions. MessageBox
function
Lesson 19 Mouse events. Positioning
a control
Lesson 20 Graphical Mouse Application.
Mouse Move application
Lesson 21 Error-Handling,
Debugging and File Input/Output
Lesson 22 Database
Access Management
Lesson 23 Dynamic Link Libraries
and the Windows API - (Newly added!!!)
Get Started |