clsMp3Info

This provides ID3 information about an MP3. Originally from MP3 Snatch, this fixes some bugs and provides a method of “generating” artist/title/album information based solely on the filename (for those fileswithout ID3 tags.) “(New Order) – Bizarre Love Triangle.mp3” and many other formats are parsed. Original Author: John Lambert Inputs A filename. Assumptions Cut and paste into a new… Read More »

VB-PacMan The Full Game

Check Out This Very Cool Pacman Clone. It’s A Fully Featured Game WhichIncludes Its Own Level Editor and 5 Different Level Schemes! If You MakeGames In Vb, You Must See This! This Game Is Brought To You From The Creator Of Quad-Ball, Which Many People Loved And So Far All Of My Submissions Have Won The Code Of… Read More »

Animated gif display

This code allows you to display an animated gif file in your project Original Author: Victor Hugo Mu??oz Jensen Assumptions nothing important really Side Effects no side effects Attachments File Uploaded Size CODE_UPLOAD28951162000.zip 9/3/2020 3:45:00 PM 47256

Rename Files in Folder in Sequence (New)

This is an update to my previous program which renames all the Files in a Directory in sequence, eg. if you have a Directory full of Files and you want to rename them all the same but with a index number on the end then this will do it. This new version can increase and decrease the index number, rename… Read More »

MailGateway ( modem sharer and modem sharing )

This code allows several users on a LAN to access their mailfrom an ISP by using Windows NT 4.0 RAS services. Only ONE modem is needed for several users.Please note that this is NOT and e-mail client. The app acts as a gateway between your email client and the ISPThis code dials the ISP and allows several simultaneous… Read More »

Drag Britney Spears

Drag Britney Spears,, this code teaches you the drag and drop function. Original Author: Branden Attachments File Uploaded Size CODE_UPLOAD28781152000.zip 9/3/2020 3:45:00 PM 60838

File Manager

File Manager – I’ve seen no file manager’s like this one. This is a popular format for a lot of programs. All Folders, Files, etc are in a Listbox. When I couldn’t find any source code to do this.. I made it myself. Please let me know how you like it. Original Author: Daniel Dilly Attachments File Uploaded Size… Read More »

Close a window(if you know part of the title)

This code closes a window, if you know part of it’s title. It uses some AOL API’s, hehe(sendmessagebystring). I used it for closing Netscape windows because the “Window Class Name” always changed. Not sure if this code has any use though… Original Author: Che Assumptions 1. The title, or part of the title.2. A form named “Form1”, or you… Read More »

Family Address Book v2.0

This is a family address book program created using VB6. Itsmain purpose is to store personal address book information foreach member of a family. THIS IS AN UPDATED VERSION OF THE ONES THAT I CREATED SOME TIME AGO. THIS VERSION HAS ALOT MORE FEATURES SUCH AS PRINTINING / SEARCHING, Personal Internet Links ETC. IT ALSO USES THE LISTVIEW… Read More »