Tools Links Login

Browsing Visual Basic 6

Prev   Next

CHAMELEON BUTTON 2.0.6 Memory Leak FIX
When using the chameleon button user control I noticed that eventually the application will begin to run out of resources.
Posted:2002-06-01, 240 views

Switch Case

Posted:2002-06-01, 214 views

Evaluate Equation
Evaluate any Mathematical Equationlike: Evaluate("(5+3)*2")Original Author: Lefteris EleftheriadesCodeFunction Evaluate(ByVal Equation As String) Dim i&, P%, Si& Equation = Replace(Replace(Equation, ",", ".
Posted:2002-06-01, 148 views

logging events - extended functionality
This is a module with one function that will give you some more functionality than what you can do with the App.
Posted:2002-06-01, 435 views

Get WeekNumber for a given date

Posted:2002-06-01, 180 views

Static Edge Controls Rock!
Well, I wanted thin borders on my controls, because well, they just look cleaner then normal controls, and I didnt really feel like using XP styles, but this will make a program have a uniqie feel to it.
Posted:2002-06-01, 191 views

Get drive information (Disk ID, FreeSpace, Label, etc)
These functions will provide you quick, fail-safe information about a specific disk letter you specify (ex: "C:" )GetDriveSerialID - Returns the serial number of a drive partition (if available)GetDriveFreeSpace - Returns the free space of the specified drive (if available)GetDriveSize - Returns the total drive space (if available)GetDriveUsedSpace - Returns the used disk space of the specified drive (if available)GetDriveLabel - Returns the volume label of the specified driveSome functions are declared as variant instead of longs, avoiding the 2GB limit.
Posted:2002-06-01, 255 views

Prev   Next