Menu
Tips&Tricks
Tutorials
 Source Code 
Chat
ActiveX
Books
Jobs
Email
Links
Awards
Feedback
Search

In this section you will find step by step, easy to learn tutorials.

Write your First Visual Basic Program Lesson 1 Lesson 2
  Lesson 3  
This Tutorial is for completely beginners with Visual Basic. It will teach you right from the very start, how to make your first program in Visual Basic.
Lesson 1 will give you introduction to Visual Basic and will teach you the basics.
Lesson 2 will teach you about variables.
In Lesson 3 you will learn more about Events and properties.
Conditional Statements Tutorial Lesson 1  
Learn what are conditional statements (If ... Then, Select Case ...) and how to use them in your programs.
Make your First ActiveX Control Lesson 1 Lesson 2
Learn how to make your First ActiveX Control in Visual Basic, and compile it to OCX file.
Working with Resource File Lesson 1 Lesson 2
Learn how to put mulitple Image files, Sound files, Text files and other files in one single Resource File, And how to access all these files from your program.