Mar 02
As I was going through my old Visual Basic projects I found this one tool I made on July 22, 2006 called "Percent Calculator". It was just a simple Visual Basic program I made that could tell you what percentage one number is of another number. For example, it could tell you what 22% of 86 is or what 32 is, as a percent, out of 50. Sure, these are just simple mathematical operations you could perform in any calculator but it was helpful to me, as a person who just learning Visual Basic for the first time, to see how these operations could be done. Since it was such a simple tool I decided to make a web-based version of it too. If you're one of those people who hates math and needs to calculate a percentage of something, give it a try!
Visit Percent Calculator (Web Version)
Download Percent Calculator (Visual Basic Version)

Read the rest of this entry »
Mar 02
Going back through my Visual Basic archives, here's a old program I wrote on March 23, 2005 called "Auto Find & Delete". This program allows you to create a list of temp or junk files you delete on a regular basis, then easily delete them all with one click. You can also add windows shell access so that you can just right-click on a file to add it to your junk file list. I forget why I originally wrote this. I think somebody asked me to build it for them because they were tired of deleting hundreds of temp/junk files everyday manually by hand and they wanted a program that could do it for them. This program is a good example of how you can interact with the windows filesystem using Scripting.FileSystemObject, how to incorporate shell access, how to read and write to the windows registry, and how to create an "Open File" dialog using the Win32 API.
Download afd.zip (March 23, 2005)

Read the rest of this entry »
Recent Comments