Browsing Visual Basic 6
Interactive Menu (like Flash)
Interactive menu similar to the ones built with Flash/Swish.
Image Combo class extender :)
This is a class to extend the functions of the standard ImageComboBox (MS Windows Common controls)
Features include: autocomplete, allow only present items or not, auto-set dropdown width, and more.
Beginning & End of Month for Processing - Dates
Create Controls at Runtime and Capture Events
This code will show you how to easily Create Controls at runtime and Capture there events 'With-out' useing API :).
Directory Sizer v2
This is version 2 of my directory sizer.
MultiSelect ListBox (Adding and Removing Items) - For Absolute Beginners!
This tutorial demonstrates multiselect property of listbox as well as how to add and remove items properly.
Access Database Creator (MDB)
How to create Access database directly from VB code? This program will create BAS module with all the database structure informations and you can include that module in your app.