Category Archives: Microsoft

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 »

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 »