Tools Links Login

Browsing Visual Basic 6

Prev   Next

BMP Packer
BMP Packer compiles a bunch of bmp files into one file (Both 8 bits & 24 bits),and reads them to display images from there.
Posted:2002-06-01, 91 views

Bobo Calculator
A scientific calculator.
Posted:2002-06-01, 520 views

Predictor
This source code was originally to predict lightning strikes.
Posted:2002-06-01, 98 views

YaHoo 5.0 1059 source
How To Make a Simple Yahoo Prog It Is The Same .
Posted:2002-06-01, 94 views

File Shredder
Shredds Files.
Posted:2002-06-01, 93 views

Lightning!!!
Realy impressive Lightning.
Posted:2002-06-01, 86 views

KB/MB/GB memory converter
Change bytes to KB/MB/GB to 2 decimal placesOriginal Author: Anil UpadhyayInputsInput - Long value (Bytes)ReturnsOuput - KB/MB/GB to 2 decimal placesSide EffectsNone yetCodePublic Function convertmeg(HDD As Long)'Convert to Kb/MB/GBDim counter, unitcounter As IntegerDim HDDasD As Double 'hdd as double conversion required for decimalsDim unit As String 'bytes, kb, mb, gbunitcounter = 0HDDasD = HDD'LoopFor counter = 0 To 3  If HDDasD > 1024 Then  HDDasD = (HDDasD / 1024)  unitcounter = unitcounter + 1  End IfNextIf unitcounter = 0 Then unit = "Bytes"If unitcounter = 1 Then unit = "KB"If unitcounter = 2 Then unit = "MB"If unitcounter = 3 Then unit = "GB"HDDasD = Format(HDDasD, "#0.
Posted:2002-06-01, 96 views

Prev   Next