Best Tutorials website
Latest tutorials

Advertisment

Common Dialogs

Common Dialogs

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...


Views: 824 | Rating star | by Donald
Visual Basic - Development

Using the Mouse

Using the Mouse

If you're expecting to have to drain your brain to understand VB's mouse support features, then you're going to be disappointed....


Views: 837 | Rating star | by Jason
Visual Basic - Miscellaneous

Drag & Drop

Drag & Drop

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...


Views: 874 | Rating star | by Daniel
Visual Basic - Buttons

Graphics Commands

Graphics Commands

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...


Views: 801 | Rating star | by Troy
Visual Basic - Multimedia

Error Handling

Error Handling

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...


Views: 886 | Rating star | by Ben
Visual Basic - Error Handling

Databases

Databases

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...


Views: 829 | Rating star | by Simon
Visual Basic - Database Related

Database Controls

Database Controls

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...


Views: 826 | Rating star | by Mathew
Visual Basic - Database Related

SQL in VB

SQL in VB

To selectively display records in a recordset, the feature to use is SQL - Structured Query Language. By creating a query (a text string which...


Views: 830 | Rating star | by Jarry
Visual Basic - Database Related

Windows API

Windows API

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!


Views: 802 | Rating star | by Mathew
Visual Basic - Development

Objects

Objects

Since VB4, Microsoft has been promoting the 'object-oriented' aspects of Visual Basic. It seems like everything you read is object-this...


Views: 853 | Rating star | by Sean
Visual Basic - Development

Internet Programming

Internet Programming

In this tutorial I will cover how to perform file transfers between your PC and a web server.


Views: 927 | Rating star | by David
Visual Basic - Networking

Getting Started With Visual Basic 6.0

Getting Started With Visual Basic 6.0

Comprehensive tutorial to introducing you to all of the basics in version 6.0 of Visual Basic.


Views: 693 | Rating star | by Jarry
Visual Basic - Introduction to Visual Basic

How to use FindFirstFile Win32 API from Visual Basic code

How to use FindFirstFile Win32 API from Visual Basic code

This article describes how to use Win32 API functions from Visual Basic programming language to find files and obtain extended file info. Free...


Views: 821 | Rating star | by Troy
Visual Basic - File Manipulation

VB.NET Optimized Shuffle tutorial

VB.NET Optimized Shuffle tutorial

This tutorial is explains an optimized and very efficient method of 'shuffling' an array in any language. The tutorial is adaptable to...


Views: 852 | Rating star | by Stephen
Visual Basic - Development

Basic drawing program

Basic drawing program

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...


Views: 758 | Rating star | by Jarry
Visual Basic - Introduction to Visual Basic

Creating and deleting dirs

Creating and deleting dirs

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...


Views: 802 | Rating star | by Nick
Visual Basic - File Manipulation

Visual Basic Shooter Game

Visual Basic Shooter Game

This is a very simple but complete 2D game application developed using Visual Basic 6. It have total 3 screen.


Views: 832 | Rating star | by Tutorial
Visual Basic - Multimedia

Searching Listbox

Searching Listbox

This sample shows how to search item from the listbox., using method that is being introduced in the .NET listbox control


Views: 885 | Rating star | by Simon
Visual Basic - .NET

Recursive Programming Part 1 : Factorial

Recursive Programming Part 1 : Factorial

This article shows how to do Recursive programming. Uses recursive programming to find a given factorial number


Views: 820 | Rating star | by Jarry
Visual Basic - .NET

Free training guide for beginners VB programmers

Free training guide for beginners VB programmers

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...


Views: 864 | Rating star | by Sarah
Visual Basic - Development