Category Archives: Visual Basic 6 (VB6)

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 »

Online Resource and Memory Meter

Shows Win9x resources level (System, User and GDI). Ofcause it will not work on NT, because it does not handle resources the same way as Win95. Included is some usercontrols, like: PopDown, ProgressGuage, Coolbutton and TrayIcon. So if you do not want it for the resource meter, you can always download it for the other source. Executable is… Read More »

Complex Math

Perform functions on complex numbers. Add, subtract, multiply, divide, take logarithms, sines, cosines, tangents, raise one complex number to the power of another. Program has a nice interface allowing the user to see the complex vectors interact. Though written in VB5, it is really an excercise in mathematics. The bas module is where the real meat of the… 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 »

Character shaped forms!!

Have you ever wanted to make your form’s shape odd? Ok, there are several samples and programs around that can make your forms like a shape(circle, rounded box or something a little bit more complicated). But here is the example to make your form’s shape to be ANY TEXT, in ANY FONT, in ANY SIZE and also any… Read More »