Category Archives: Visual Basic 6 (VB6)

Desktop Capture

Capture desktop color and picture from mouse cursor position and save picture Original Author: TEH Attachments File Uploaded Size CODE_UPLOAD2784182000.zip 9/3/2020 3:45:00 PM 2950

IP Resolver – IP Address Convert to Hostname

This code here is 100% working IP resolver. This is use for finding the hostname by converting those IP numbers into words (Hostname). or words (Hostname) into IP number. EXAMPLE: this IP address “209.75.50.202” will convert to “access-50-202.ixpres.com” or you can use it to convert Hostname to IP address. Original Author: Jay Tr. Assumptions Put these in the code… Read More »

Sound engine 3d

This is a 3d sound activex control,it use directx 7 type libraries,you can position the listener and the sound position.the file contain a sample project and the control. Original Author: Mostafa Mohamed Attachments File Uploaded Size CODE_UPLOAD2762172000.zip 9/3/2020 3:45:00 PM 94878

Quick Stock Quoter 3.0

This is the same updated version of Quick Quoter stock control. This control get you 17 diffrent types of stock information onece u give the sybol to get for. It also gets 4 diffrent types of graphs from yahoo. Please vote for me ONLY if you like it! Please note that the new version of this i have… Read More »

WINREG32.BAS (Third Version)

This time I got it right!In the last release I discovered a few errors, so I tookmy time on this one to re-write every little piece ofcode, using my old module as a building block. In thisversion I added the ‘OS’ suffix to all the registry APIdeclarations so I could use ‘Reg’ in my function names.Now all Subs… Read More »

CreateDirX

This code will search the user’s C: (or any other specified) drive for a given folder and if the folder is not found, it will call the CreateDirX function which in turn calls the API CreateDirectory function to create the specified folder. Once this is created, it will create a new notepad file within the folder and on… Read More »

A Couple of Winmm API Calls

There are 2 API Calls to the Winnmm API. One Detects if a Sound Card is installed. The other Plays an .AVI. You need to have Windows Media Player installed. Original Author: Charles Davis Assumptions This code is very simple and pretty self explanatory. Side Effects As far as I know there are none. API Declarations ‘For SoundCard FunctionPrivate… Read More »

Basic Sound Engine

Play wave files with one command Original Author: Neil Ramsbottom Inputs You can either specify a Sound Event number, or a filename Assumptions Thanks to Gordon Stewart, author of 4000AD for the base API function. Side Effects None known Attachments File Uploaded Size CODE_UPLOAD476.zip 9/3/2020 3:45:00 PM 1751

blocks – a cool tetris clone

A cool tetris clone just like the original. Programming by Anton Gustavsson, graphics by Me. Original Author: Happy Lobster Attachments File Uploaded Size CODE_UPLOAD452.zip 9/3/2020 3:45:00 PM 7936