Advertisment
Introduction tutorial to get started in Visual Basic.
In this section, we are not going into the technical aspect of VB programming, just have a feel of it.
Basic tutorial on writing the code behind an interface.
Learn how to work with controls in VB.
Learn about the Types of Visual Basic Data.
Start learning about variables and how to store information in them.
To control the VB program flow, we can use various conditional operators.
If you have a lot of conditional statements, using If..Then..Else could be very messy.
Visual Basic allows a procedure to be repeated as many times as long as the processor could support. This is generally called looping.
Functions are similar to normal procedures but the main purpose of the functions is to accept certain inputs and pass them on to the main program...
Learn how to create your own functions.
Start using your VB knowledge in MS Excel.
What are arrays? And how to use them.
Is it possible to save data accepted by a VB program into a storage device, such as a hardisk or diskette, or even CDRW? The answer is possible.
You can create various multimedia applications in VB that could play audio CD, audiofiles, VCD , video files and etc.
In previous lesson, we have programmed a CD player. Now, with some modifications, we will transform the CD player into an audio file player. This...
Now, with some modifications, we will transform the audio player into a picture viewer.
Now, with some modifications, we will transform the audio player into a multimedia player that could play all kinds of movie files besides audio...
Visual basic allows us to manage databases created with different database program such as MS Access, Dbase, Paradox and etc.
In the previous lesson you have learned how to create a simple database application using data control. In this lesson, you will work on the same...