Browsing Visual Basic 6
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.
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, ",", ".
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.
Get WeekNumber for a given date
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.
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.