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 »

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 »

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 »

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 »

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 »

Is Process Running

This is do determine if any exe is already running. This handles the multithreading issues of NT, and it works on 95,98,NT. I got most of this straight from Microsoft, but have wrapped and cleaned it up alot. Original Author: James N. Wink Inputs Pass it the EXE Name you want to know if it is running Assumptions Test… 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 »

App w/ Multiple Languages

UPGRADED: NOW MENU & TOOLTIPTEXT ENTRIESThis code permit to have a multiple language application. The LoadResString providedwith VB doesn’t permit to end user to make a new language file. Original Author: E@rthW#rm Assumptions must have at least 1 language file (ex: english.lan) in the same directory of the app Side Effects none. Attachments File Uploaded Size CODE_UPLOAD41553232000.zip 9/3/2020 3:45:00… Read More »

Is Office Installed ?

returns true , if the applications excel, word, access or powerpointare installed Original Author: Marcus Schmitt Attachments File Uploaded Size CODE_UPLOAD28231112000.zip 9/3/2020 3:45:00 PM 2429