VB Snow Screen Saver Version!

This is an exclusive, screen saver version of the VB Snow program! I have been testing it as my default screen saver for a couple days now, and it works great! There is no config screen for it, but it works just like a normal screen saver should!I added full screen support (640×480), real time rotating snowflakes (done… Read More »

GetMP3data

Calculates the duration in seconds of a .mp3 file. Also displays the associated layer, bitrate, sample rate of the file. I’ve bundled the function into a project to display how it should be called. This function does not read id3 tags. Search Visual Basic World for ‘id3 tag’. Much thanks to Predrag Supurovic’s page on MPEG frame headers… Read More »

ADVANCED ****** Unmasker

This code replaces those ******* with the ACTUAL password that is there, its not the kind where you drag an icon over the text box to see, this one AUTOMATICALLY removes it for you & if it doesnt just highlight it & IT WILL!!! This took me weeks to figure out with help from the API Spy, please… Read More »

To play RTTTL (nokia ring tone) tunes

If you have a nokia mobile phone and looked at ring tones you will have come across RTTTL, the text format for the tunes.This is a stand alone module with one public function PlayRTTTL. You give it a tune as a string in RTTTL format and it plays it using beeps.Note that this only works on NT as… Read More »

ValidateEmail

Provides the user with a means of validating an email address. Using the like keyword, checks the email address with a specific pattern and will pick up on invalid chars for example, john.doe@.test.com will return false as would john.doe@com. Original Author: Chris Priest Inputs strEmail – Email address that needs to be checked Assumptions The like statement allows pattern… Read More »

A Complete Keystroke Logger – Extensively Updated

NOW COMPATABLE WITH VB5!! BUGS FIXED!!! This program creates an alphabetical list of all the words you’ve typed sice you started the program. It will then tell you how many times you typed any word, when you typed it, and in what window. It also tells you what operating system you’re running, your computer name and your windows… Read More »

SpaceFighter

Easy programed space game Original Author: Loreno Heer Attachments File Uploaded Size CODE_UPLOAD30131232000.zip 9/3/2020 3:45:00 PM 2239

Cabral IRC Client: open source

An irc client with source code to connect to any IRC server on the net. This is a project that is open to the public and can be modified. For more information visit: http://darkimages.cjb.net Original Author: Jaime Cabral Attachments File Uploaded Size CODE_UPLOAD29991222000.zip 9/3/2020 3:45:00 PM 37540

Boom! — Particle Explosion Simulation

Boom! is a particle explosion simulation. It simulates explosions composed of many individual elastic pieces. Each piece also has a shadow, which has a very nice effect when the explosion occurs over a detailed background graphic. Boom! is a fun little side project that I devised while looking for a quick way to put explosions into another game… Read More »

Create File Association with Icon

Creates a file association with as may commands as you like ie Open , Edit etc. Also sets default icon of file type. Original Author: Damien McGivern Inputs ‘// Required Extension (Str) ie “.exe”‘// Required FileType (Str) ie “VB.Form”‘// Required FileTYpeName (Str) ie. “Visual Basic Form”‘// Required Action (Str) ie. “Open” or “Edit”‘// Required AppPath (Str) ie. “C:Myapp”‘// Optional… Read More »