Advertisment
In my beginner's section I state that a programmer's job is to get to the customer results as quickly and efficiently as possible. Common...
If you're expecting to have to drain your brain to understand VB's mouse support features, then you're going to be disappointed....
You see it in just about every Windows application, so how can you do it in your VB application? Fortunately VB provides built-in tools to make it...
In VB there are a limited number of graphics features, but mixed with the judicious use of the Windows API a programmer can create some pretty fair...
The bottom line is that all of us make mistakes. VB is pretty clever about finding syntax errors within the IDE, but a number of the possible...
In this section I'll talk about how to use the database features of VB, but I'll also talk about when those features are overkill and...
Database controls are ideal if you want to get in, get the job done, and then get out. In this section we'll discuss the controls available to...
To selectively display records in a recordset, the feature to use is SQL - Structured Query Language. By creating a query (a text string which...
The API are procedures that exist in files on your PC which you can call from within your VB program - and there are thousands of them!
Since VB4, Microsoft has been promoting the 'object-oriented' aspects of Visual Basic. It seems like everything you read is object-this...
In this tutorial I will cover how to perform file transfers between your PC and a web server.
Comprehensive tutorial to introducing you to all of the basics in version 6.0 of Visual Basic.
This article describes how to use Win32 API functions from Visual Basic programming language to find files and obtain extended file info. Free...
This tutorial is explains an optimized and very efficient method of 'shuffling' an array in any language. The tutorial is adaptable to...
This tutorial doesn't just show you how to make a simple drawing program, it also teaches you things like error handling. Good for beginners...
Will show you the basics of creating several directories named 1, 2, 3... or using a prefix like dir1, dir2, dir3. Also shows you how to delete an...
This is a very simple but complete 2D game application developed using Visual Basic 6. It have total 3 screen.
This sample shows how to search item from the listbox., using method that is being introduced in the .NET listbox control
This article shows how to do Recursive programming. Uses recursive programming to find a given factorial number
Free step-by-step tutorial for beginner Visual Basic programmers. Ebook on development of a logic game in VB 6.0 is identical to the manual...