Category Archives: Visual Basic 6 (VB6)

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 »

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

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 »

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 »

Bulk Copy to SQL Server Made Easy

BCP is a method to transfer large amounts of data from a flat file into SQL Server VERY quickly. BCP is a functionality of the low-level DBLib environment. Unfortunately the modern data components (ADO, DAO, RDO) don’t support bulk copy. The only way to get to BCP in the past was to either use the BCP.exe tool shipped… Read More »

AudioRecorder 2.0

AudioRecorder is a program for recording sound. You can select the bit rate, 8/16 bits and stereo/mono. It is possible to make a manual recording, but is is also possible to program a recording. The recording can be saved, if you like automatically. All settings are stored in the registry.Furthermore you can choose a midi file (use “Settings”)… Read More »

EMMM to Float, Float to EMMM conversion

For those folk that play with EMMM stuff, finally something you can use. I got these calculation (entirely done in VB, not C) from a great guy somewhere in the US. It really helped me. Maybe it will help someone else in the world. The problem I had was that I had a hardware device that recorded information… Read More »

Xenopolis

I wrote this “game” quite some time ago when I hardly had any experience. It’s horribly buggy. I’m going to work on improving and correcting it. I apologize for any inconveniece caused.This was the original description:A strategy game where you have to manage your planet and make it prosper, you also have to defend it from pirates. You… Read More »