Browsing Visual Basic 6
UCase to LCase & LCase to UCase Converter
THIS VERY COOL FUNCTION TAKES A NORMAL STRING AND CONVERT EVERY CHARACTER IN IT FROM UCase TO LCase OR FROM LCase TO UCase.
Audio LED
Led follows wav file.
Complete "The Matrix" Screen Saver
A complete screen saver based on the film "The Matrix"This code is based on the original submission by Stuart Pennington, however adds more functionality.
BladeMod - Tabbed-MDI Text Editor
Here's a great example of how to make a 'real' text editor in VB.
TrackMouse class
Allows events when a mouse enters and leaves a client area of a control, so you don't have to use a timer to constantly check the position of the mouse (inefficient, and bad coding), useful for creating hyperlinks, hotspots, etc.
API Spyer
The API Spyer tracks any window that the mouse is over, giving info such as the window handle (hWnd), its class name, its text, etc.