Source
A large compilation of source code from all over the world. The source is freely available to anyone who wants to download it, and is distributed with no restrictions.
Reusable Components
I've gathered a list of all the files residing in my "Felles" (Norwegian for "Common") directory. I use these files all the time. You should be a little careful -- some aren't quite finished. I don't hold any responsibility for any use of them.

The source files work with Visual Basic 4.0 and Visual Basic 5.0. In general, you will not find Visual Basic 3.0 code here, but many of the files will work in either version. If API declarations are used, both 16 bit and 32 bit declarations should be included in conditional compilation structures.

[>] 67.zip
How to set tab stops in a visual basic list box
[>] catalog.zip
An example on how to use the File list control to scan a disk for files.
[>] cmdlg2.zip
Demo for accessing Win 3.1 Common Dialogs
[>] ctrl95.zip
Demo: Get Windows 95 looking controls with
pure VB 3.0 code
[>] demo3d.zip
Demonstration of the VBCTL3D VBX. Makes every control
in your project look 3D, regardless of type or
supplier.
[>] dirutil.zip
A simple outline example that scans the entire
disk and displays the sum of bytes in every
directory and it's sub-directories. Requires
the MSOUTLIN.VBX
[>] exitwin.zip
Example of how to exit Windows, restart Windows
or reboot the machine from within VB. No VBXs
required.
[>] filedlg.zip
A pure VB file dialog
[>] fld2_16.zip
Folders-ii v1.6 use folders in your visualbasic programs. no vbx!.
[>] ini_cal.zip
Sample apps and source code for creating
calendars and doing INI I/O.
[>] popup.zip
Small sample that explains how to use Popup menues.
No VBXs required.
[>] profiles.zip
Demonstrates use of the GetPrivateProfileString and WritePrivateProfileString APIs.
[>] rasfix.zip
Demonstrates the RAS Dialup functions. No VBXs required.
[>] redtop.zip
Microsoft's spinning redtop sample. Requires PICCLIP.VBX
[>] register.zip
This file shows how to store the name and company of
the user during registration in the actual .EXE file.
[>] rename.zip
Sample on how to retreive filenames and change them.
No VBXs required.
[>] scroll.zip
Sample on how to make scrollable forms using a picture
control and two scroll bars. No VBXs required.
[>] stars.zip
Moving stars example from VinJ on AOL
for use with VB.
[>] taskbar.zip
A short demo of how to place an icon on the Windows 95
system tray.

NOTE: Not tested and not really working.

[>] tbox100.zip
Visual Basic Toolbox demo with mini title bar
[>] tskvb4.zip
Source code for placing icons in the
task bar in Windows 95 (32 bit)
[>] vbtbox.zip
Demo of a floating toolbox in VB