This ZIP file contains 9 other ZIP files, each containing
VB source code that many programmers may find useful.   
Below is each of the files and a description of what the 
code demonstrates.

CRE8DIR.ZIP
How to determine if a directory already
exists and then create it if it doesn't.

DIRS_FF.ZIP
Bonus in this ZIP; it contains 2 samples :)

The first, GetDirs, demonstrates how to find all 
subdirectories that exist under any specified directory, 
including searching an entire hard drive for ALL 
directories.  

The second, File Find, does just what you think.  It
searches all hard drives for a specified file and even
supports wildcards.

EXTRACT.ZIP
How to extract an icon from a file and display it in a
picture box.

NEWFORM.ZIP
How to create multiple instances of a form at runtime

PARSE.ZIP
How to parse a comma delimited text file.

POPUPMNU.ZIP
How to create a popup menu in a non-VB app.

SUNKEN.ZIP
How to get a 3D effect for a text box without using 
THREED.VBX, which doesn't even have a 3D text box anyway.

VOLTEST.ZIP
How to control the volume of a sound card

WALLPAPR.ZIP
How to change Windows' wallpaper


Most of these samples resulted from frequently asked 
questions on the VB message board, which either myself
or others seem to answer on a regular basis.  Many of them
use API calls, but none of them require additional .dll or
.vbx files so they will all work with either the standard
or professional version of VB.

If you like the examples in this installment, you might 
want to check out SAMPLES.ZIP also, which contains more.