Level:
Creating PDF documents in Visual Basic has always been a difficult task. Many times people have to purchase controls to do it for them. Not with this Visual Basic tutorial. PDF documents can be created in a snap using the mjwPDF class. This is the first in a series of tutorials. It covers the creation of a basic PDF document.
Level:
This VB tutorial builds off the last and demonstrates how you can create more advanced PDF files. It teaches you how to create a multi-page document, with page headers, footers, page numbers, shapes, and images.
Level:
This tutorial explains all the main vb6 string functions that allow you to manipulate strings including the Len, Mid, Left, Right, UCase, LCase, Instr, InstrRev, String, Space, Replace, StrReverse, LTrim, RTrim, Trim, Asc, Chr, and the ASCII table. This Visual Basic tutorial should meet all your needs.
Level:
Learn how to use the time and date functions in Visual Basic. This VB6 tutorial introduces you to the basics of these functions.
Level:
Visual Basic combo boxes are like list boxes but they allow you to have a drop down list and/or be able to type in your own list items instead of only selecting one of the current items. This VB6 combo box tutorial teaches you everything you need to know to use combo boxes in your Visual Basic application.
Level:
This VB6 tutorial explains how to access a database using ADO in. It uses two different access databases for the backend.
Level:
Learn how to use Crystal Reports to display a nice report from your database in.
Level:
See examples of developing database applications using the data control that ships with Visual Basic 6.
Level:
Learn everything about the Listbox control. From simple to advanced to very advanced things you can do with this neat control.
Level:
This tutorial explains in detail how you can open text files in different formats and read them into your Visual Basic program.
Level:
This Visual Basic tutorial explains everything you need to know about displaying a message box using the VB6 MsgBox command.
Level:
See how to create a program that reads data using ADO and displays it in a nice ListView control in this VB6 tutorial.
Level:
Visual Basic has a few built in string array functions including Split, Join, and Filter. This VB tutorial explains how to use them.
Level:
Learn how to use ADO along with stored procedures in this VB6 tutorial. It shows examples using an access database, SQL database, and oracle database.
Level:
The timer control is very useful learn how to use it effectively.
Level:
This explains in detail how forms work in Visual Basic. It demonstrates how to create them and handle events.
Level:
This explains in great depth how the SQL language works. It has many examples and uses access databases to demonstrate the SQL syntax.
Level:
This demonstrates a full working application using nothing but DAO code (no data control) this gives you the advantage of having full control over everything.
Level:
Learn how to use the option buttons aka radio button controls in your Graphical User Interface (GUI).
Level:
This explains the very useful feature of control arrays. Control arrays allow you to create controls at runtime.
Level:
Learn many different ways to work with images in - such as resizing them, displaying them, using icons, etc.
Level:
This tutorial explains all of the Visual Basic 6 loop commands (the do loop, do-while loop, do-until loop, and for loop) all with code to demonstrate.
Level:
Create your first working application that says "Hello, World!". A standard in all programming environments.
Level:
Want to get a hold of Visual Basic 6.0? Do you have a program written in VB that you wish to run but don't have the VB6 runtime any longer? Have an older program and want to get it running on the latest OS. Read this article for information about downloading VB6 and other VB components.
Level:
This tutorial explains how you can work with Menus in Visual Basic. It covers both normal (on the top) menus and pop-up menus (that "popup" when you right click). You will use both these types of menu's in almost any Visual Basic application you develop.
Level:
This VB6 tutorial explains how you can format dates and times using the Visual Basic format command.
Level:
This tutorial helps the beginner (and even more experienced users) understand a lot of the cool features the VB6 environment has to offer.
Level:
Learn how you can use multiple forms. This example shows how to display a splash screen to your program before it starts.
Level:
This demonstrates how you can use RDO (remote data objects) in Visual Basic to access a database.
Level:
This tutorial explains the basics to creating a graphical user interface (GUI) in. It focuses in on some simple GUI elements such as MsgBox, InputBox, and the Form.