Browsing Visual Basic 6
Dynamically Added Objects
This short, simple code allows the addition of objects into a container on another form (in this case a PicturBox).
Picture/Graphic Viewer
To view more than one image simultaneously so that you don't have a heap of images loaded in your taskbar like IE does for me.
Change Windows (add pics to menus and change the caption)
This code lets the user change the caption of a window, and it lets them add a small picture to the menu item of their choice.
Email address harvesting
Our support department handles roughly 300 emails a week that come into our mailbox in Outlook.
Quest RPG Game
This game is based on my favourite game: Zelda64.
clsFocus
clsFocus is a class that can be associated with a form, allowing to perform data entry checking and focus handling with almost no code at all.
Quickest way to export a listview to Excel
This is a faster way to take a listview control and display its contents in a new Excel workbook.