Disabling Ctrl-Alt-Delete and Ctrl-Esc
This tip from VB-World explains how to prevent users closing programs or rebooting the computer
Integrating HTML Help into your applications
In this article from ZDJournals, you will see how to build an HTML-based help system using Microsoft's HTML Help Workshop and how to call the Help file you built from your VB application.
Multimedia in VB 
Your About.com Guide shows you how to make sweet music using your favorite programming language... with just one line of code!
Searchable VB FAQ
This is a searchable FAQ, that lets you find the answers you need quickly. The Official Visual Basic Beginner's FAQ from VISBAS-BEGINNERS at LSOFT. Compilation from Beginners ListServ.
The Programmers Knowledge Base
These tips were collected by Randy Charles Morin in an attempt to build up an ever increasing database of answers to (FAQs) frequently asked questions. The knowledge base has over 500 answers to FAQs.
The Visual Basic Developers Resource Centre FAQ
50 of the most frequently asked questions answered here!
Using the Common Dialog Open/Save Boxes
Replace that bulky Microsoft Common Dialog Control with a slimline API alternative. John Percival shows you how!
Using INI Files 
Your About.com Guide explains how to use the Windows API functions to read and write INI files, which are great for storing information about your application.
Visual Basic FAQ (Frequently Asked Questions)
This is the home of the Visual Basic for Windows Frequently Asked Questions Document. The FAQ started as a compilation of answers to questions that popped up frequently in the Usenet group comp.lang.basic.visual.
Winsock Tutorial
This very basic tutorial from VB Help defines each property and method that the Microsoft Winsock control offers, as well as showing you how to receive the computers IP address.