Browsing Visual Basic 6
Directory Cleaner (recursively)
This function attempts to delete all filesand subdirectories of the given directory name, and leaves the given directory intact, but completely empty.
Cool Menu 1.4
This module allows an application to showicons in Menus,Change ForeColor,BackColor this is a new fix for the original Code Copyright Olivier Martin 2000.
Brick Play
Brick Play by Robert Rayment.
Denzo VB2Java
This code ganerate java source of a VB form!Original Author: unknownAssumptionsAll you have to do is design your form, start a project with that form and VB2Java package and send the form to a function as parameter then you'll find in clipboard the code to paste in a Java class with all events.
Repair and Compact an Access Database using JRO
This code will let you repair and compact an Access 97 or 2000 (haven't tested on other versions yet) database.
Returning Arrays From Functions
The following code demonstrates how to call a function and return multiple results in an array.