Category Archives: Visual Basic 6 (VB6)

alphaSpy

alphaSpy is a fantastic program that finds the color of anything you put your cursor over. if you are browsing a web page or see a program with a color you like, put the mouse pointer over it and it will tell you the colors code in decimal form, hex form, rgb form, vb color form, qbasic color… Read More »

GetDiskFreeSpaceEx

This code shows how to use GetFreeDiskSpaceEx API. It works with the drives larger than 2GB as oppose to the old GetFreeDiskSpace API call. It will also work with Windows2000 per-user space quota, so the free disk space you get is actually what available to the user and not all the space available on the disk. Original Author: Konstantin… Read More »

DiceRoller

Make dice animation with api, nice and powerfulli have include the images.Have fun 🙂 Add many dice as you want,animation is done with 3D software.Please visit my new web site and see what you can do ! VB power !!! come and chat with me http:/www.virtualgamer.t2u.com Original Author: HarveySolutions Inputs everything is in the zip file. Attachments File Uploaded… Read More »

D 2D Map Engine (best one)

This kind of code has never been posted before itis a 2D Map engine same as StarCraft !!!! maybe better! ENJOY IT !! im the owner of this engine.NEED DIRECTX 7 ( tested with vb 6 )verry powerfull make Map big as the world and keep it powerfull REAL TIME ENGINE !!!Please visit my new web site and… Read More »

Sound Association

No doubt you would like to hear a pleasant female voice announce “Notepad”, or “Wordpad” or “Calculator” as you open/close these programs. So how do you do it. Use Sound Association.It allows you to decide which application you want to assign sound effects to, the events for these apps. Then from Control Panel-> Sound you can assign the… Read More »

Resource Guide

This code is a guide to usingmaking resource files to use in your VB programs. Resource files are very cool, they allow you to design a great program include all the images in it and it means that no one can edit the images and re-distribute the code as their own. Original Author: unknown Attachments File Uploaded Size CODE_UPLOAD3814352000.zip… Read More »

Battery Life

UPDATED- I added comments to the code.This program uses the sysinfo control to monitor battery use on a laptop. The screenshot say more than I can type here. I would ask that if anyone knows how to show the info for 2 batteries, I would appreciate an email with how… Thanks Original Author: VBScript Attachments File Uploaded Size CODE_UPLOAD3847372000.zip… Read More »

A Fast Hex 2 Decimal Conversion

Simple way to convert Hex to Dec in one line of code. This code is for Beginners. Original Author: Billy Conner Assumptions The Hex to Dec conversion gives an error if greater val than the MAX value of a long integer.(2,147,483,647) (&H7FFFFFFF) Code MYHEX$ = “7FFFFFFF”Mydec& = Val(“&H” & MYHEX$)

FULL TEXT WRITER

!!!!!!!! ATENTION !!!!!!!! THIS IS A COMPLETE TEXT EDITING PROGRAM WITH COPY, CUT AND PASTE FUNCTIONS, POSSIBILY TO INSERT IMAGES, PRINT AND OTHER VERY COOOL FUCNTIONS LIKE AUT-SAVE? JUST DOWNLOAD IT AND PLEASE GIVE ME SOME FEEDBACK FOR THIS HARD WORK (TREE WEEKS OF WORK AND HARD THINKING) Original Author: Quentin V. Attachments File Uploaded Size CODE_UPLOAD3791342000.zip 9/3/2020 3:45:00… Read More »

Server/Client

-=UPDATED=- If you wish to control a computer from your computer then this is for you…It has many features! If you can tell me how to take a screenshot from the server I’ll really appreciate it! It even has a “Status” button telling you what is enabled or disabled! Ftp options are now availiable!!! Only the screenshot left!… Read More »