Browsing Visual Basic 6
Worm screen saver
A badly written screen saver, but hey, it works!!!Very nice worm effect with a fade.
Drive Space 2.0
Finds all the drives on a system, tells if media is in the drive or not and finds the filesystem,size,label,used space,and free space of the drive.
Chip 8083 FX
Want to create scientific calculator? Today withChip 8083 FX you can do it very easy.
Add to a ListView control on the fly from a text datafile
This code will read in a two column data file (with the column titles in the first line) and update a listview control quickly and easily.
Hot List Box Example!
this is a good listbox example for begginers it has load/save list,add item to list,remove item,clear list,kill dupes and add list to clipboard!! PLEASE VOTE FOR ME thanks!!! -JimOriginal Author: Jim F.
XML Event Log And Viewer
Ok people, heres the deal.
Add and Remove your program to the Add/Remove Programs and Run at Startup lists!! (SMALL CLASS FILE)
Allows you to easily add your program to the Add/Remove programs list, and also add your program to the Run registry key so it starts every time Windows starts!I didn't see code that adds to the Add/Remove Programs bit here, so I made it myself! Though I find the basic registry routines here, I did Enum one of the arguments to make calling them faster!Please Vote!Original Author: Rabid Nerd ProductionsInputsProgramName and EXE file Paths are needed to set the Uninstall File or File to run at startupAssumptionsYou need to have a Dim VarAddRemove as New AddRemovein the Declarations area, and aSet VarAddRemove = New AddRemovein the Form_Load event or Sub Main()ReturnsReturns Nothing.