VB6 23

Visual Basic 6 (Visual Studio 6.0), some codes may also be suitable for VBA
Sorted from new to old.
Card image
SortedFiles

Get a sorted list of files in a directory using the File System Object (FSO) ...

Card image
Functions.dll

Old DLL housing list of functions to be used and called by any application, ...

Card image
WinImage.dll

An old DLL library enables reading and writing to floppy disks (and/or images) ...

Card image
Animated form exit

Exit form with shrinking Shrinks the form, Pushes the form to the bottom of ...

Card image
Save to, Read from, Delete registry key

Save into registry, read from registry or delete a key. Accessible to only ...

Card image
DBMySQLVBA API

An API to allow connecting to MySQL database from VBA (or VB6), found it a ...

Card image
strUnQuote

This will tests to see if strQuotedString is wrapped in quotation marks, and, ...