Category Archives: Visual Basic 6 (VB6)

Basic screen saver with full features (preview…)

As many peoples seems to be interested in creating a screen saver, here is the code for a basic “blank screen” screen saver. You just have to put any animation you want. This code has all screen savers features, including password protection and preview…Have fun! Original Author: Igguk Attachments File Uploaded Size CODE_UPLOAD30231242000.zip 9/3/2020 3:45:00 PM 10008

Extract images from a VB project files

You just downloaded a VB project from the ‘net. But the author “forgot” to include the image files (bmp, ico, gif, etc) he/she used in the project in the zip file. Do not panic anymore! Use this utility (complete with source), to extract these images from the frx, dox and ctx (the binary support) files. You still need… Read More »

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 »

Transparent Text Box

This emulates a textbox with some limitations. But this text box control can have a texture picture. Something different from the standard colors. Original Author: Paresh Chandra Side Effects There no side effects, but it has limited functions. Attachments File Uploaded Size CODE_UPLOAD29121172000.zip 9/3/2020 3:45:00 PM 370975

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

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 »

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 »

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 »

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 »