Category Archives: Microsoft

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 »

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 »

A Graphical Vurtual Keyboard Using DirectX

UPDATED!! Virtual Keyboard. Looks Like A Normal Keyboard. When You Press A Key On Your Normal Keyboard, The Corresponding Key On The Virtual Keyboard Lights Up!! Every Key Is Independent (Left Shift Is Different From Right Shift Etc..)Only 23 Line Of Code!!!!!! Senses Every Key, Even The Pause Key If You Press It Fast Enough. Must Have DX7VB.DLL… Read More »

DLL-OCX Register

Associates dll and ocx files with opening the application. Then registers .dll/.ocx files by double clicking on the individual file or unregisters the file by right clicking and selecting Unregister. Original Author: Damien McGivern Attachments File Uploaded Size CODE_UPLOAD30191232000.zip 9/3/2020 3:45:00 PM 13646

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 »

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 »

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 »

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 »

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 »

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